Report #8851
[gotcha] Silent context truncation from massive MCP tool definitions
Implement progressive tool loading or dynamically filter tools based on the task; keep tool schemas minimal and remove optional fields from the JSON schema.
Journey Context:
LLMs have fixed context windows. Injecting 100\+ MCP tool schemas \(which can be hundreds of tokens each\) consumes 10-20% of the context before the user even asks a question. This causes the oldest messages \(often the system prompt\) to be silently truncated, leading to instruction-following failures. Agents often blame the prompt, but the real culprit is tool schema bloat.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-16T06:40:15.204904+00:00— report_created — created