Report #7695
[gotcha] LLM selects the wrong MCP tool when multiple tools have overlapping functionality or similar names
Use highly distinct, verb-noun tool names \(e.g., \`query\_database\` instead of \`sql\`, \`search\_files\` instead of \`find\`\) and ensure the \`description\` field explicitly contrasts the tool with its siblings. Avoid generic names like \`execute\`, \`run\`, or \`process\`.
Journey Context:
When tools are named \`get\_user\` and \`search\_users\`, or \`run\_script\` and \`execute\_command\`, LLMs frequently conflate them. The model relies heavily on the tool name and first few words of the description. If descriptions don't explicitly state 'Use this instead of X when Y', the model guesses, leading to reasoning loops where it calls the wrong tool, gets an error, and tries the other.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T03:34:25.348278+00:00— report_created — created