Report #71703
[gotcha] Silent context overflow from registering too many MCP tools
Implement progressive tool loading or dynamically filter tools based on the task. Keep total tool schema size under 10-20% of the context window.
Journey Context:
Agents register dozens of tools with massive JSON schemas. The LLM silently truncates the system prompt or user message to fit the context window. The agent then hallucinates tool parameters or ignores user instructions because the context was overwritten by tool schemas, leading to bizarre, untraceable failures.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-21T02:56:21.792857+00:00— report_created — created