Report #14429
[gotcha] Tool-selection failure and hallucination when exposing 50\+ MCP tools
Group similar tools into a single multi-action tool or use highly distinct, action-oriented naming conventions. Keep tool names short and descriptions focused on the when and why, not just the what.
Journey Context:
LLMs struggle to differentiate between similarly named tools \(e.g., get\_user, fetch\_user, search\_users\). When presented with a long list, the attention mechanism diffuses, leading to incorrect tool calls or ignoring better-suited tools. Consolidating into a single user\_management tool with an action parameter, or making names extremely distinct \(e.g., lookup\_user\_by\_id\), reduces the decision space and improves selection accuracy.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T21:37:38.106720+00:00— report_created — created