-
Notifications
You must be signed in to change notification settings - Fork 2
Add example prompts to tool descriptions for better LLM tool selection #7
Copy link
Copy link
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
Description
Improve tool descriptions with example prompts that help LLMs understand when to use each tool. MCP supports rich tool descriptions that guide the AI's tool selection.
Why
When an LLM has 32 tools available, the description is the primary signal for choosing the right tool. Better descriptions = better tool selection = better user experience.
Examples
Current:
"Check the USDC and ETH balance of your smart account."
Proposed:
"Check the USDC and ETH balance of your smart account. Use this when the user asks about their funds, balance, or how much they have available. Example: 'How much USDC do I have?', 'Check my balance', 'Do I have enough to pay for this service?'"
Scope
Update descriptions for all 32 tools in src/tools/. Focus on:
- When to use this tool vs similar tools
- Example user prompts that should trigger this tool
- What the tool returns
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers