add-tool-annotation
Add contextual annotations to tools within hypertool-mcp to enhance LLM usage. Provide user-specific guidance, best practices, and usage notes directly within tool descriptions for improved clarity and efficiency.
Instructions
Add contextual annotations to a tool in the current toolset to guide LLM usage. Annotations provide user-specific guidance, best practices, and usage notes that will be displayed with the tool's description. Example: {toolRef: {namespacedName: 'linear.create_issue'}, notes: [{name: 'team-selection', note: 'Always confirm team with user first'}]}
Input Schema
Name | Required | Description | Default |
---|---|---|---|
notes | Yes | Array of annotations to add to the tool. Each annotation has a name (identifier) and note (content). | |
toolRef | Yes | Reference to the tool (use namespacedName or refId). Use list-available-tools to find the correct reference. |