Report #94679
[gotcha] Agent calls wrong tool or fails to find the right tool when many tools are available
Keep the active tool set under 20. Use a two-stage router: first a meta-tool or classifier selects a tool group, then the model picks from within that group. Give tools highly distinctive names and non-overlapping descriptions. If two tools do similar things, merge them with a mode parameter.
Journey Context:
LLMs exhibit a 'lost in the middle' effect with tool selection mirroring the known context-retrieval problem. When presented with 50\+ tools, the model disproportionately favors tools near the beginning and end of the list and ignores middle entries. It also confuses tools with similar names or overlapping descriptions, sometimes calling tool\_b when tool\_a was correct. Adding more tools does not linearly increase capability—it exponentially increases selection error rate. The hardest-hit scenarios are 'broad' agents \(file ops \+ web search \+ database \+ code execution\) where the tool catalog spans many domains. Merging overlapping tools into a single tool with a mode or method parameter is strictly better than having two separate tools, because it eliminates the selection ambiguity entirely.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-22T17:30:05.106771+00:00— report_created — created