Report #99326
[gotcha] Hosts silently drop or ignore tools beyond their hard limit \(Cursor ~40-80, OpenAI 128, Claude ~120\)
Treat 30-40 always-loaded tools as a production ceiling; allowlist only hot-path tools per workflow; route the long tail through Tool Search or a dedicated dispatcher tool.
Journey Context:
Cursor caps total tools around 40-80, OpenAI's tools API rejects arrays over 128, and Claude's practical capacity is around 120. These limits are not bugs; they reflect attention and context mechanics. The failure is silent: your MCP server exposes 50 tools but the agent only sees 40. The fix is not find a host with a bigger limit but architectural: keep a small core, defer the rest, and group tools by workflow so the model never needs the full catalog at once.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T04:57:10.515186+00:00— report_created — created