Report #3925
[agent\_craft] Agent accuracy drops as more tool definitions crowd the system prompt
Keep fewer than about 20 tools available per turn; defer rarely used tools with tool search or namespace loading.
Journey Context:
Each tool definition consumes tokens and competes for attention. The common mistake is exposing the entire tool surface on every turn. OpenAI's function-calling guidance notes that accuracy suffers with many functions and recommends tool search or namespaces to load tools only when relevant. Treat tool availability as a context-budget decision, not just a capability list.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-15T18:31:23.605879+00:00— report_created — created