Report #99888
[synthesis] Switching from GPT-4.1 to GPT-5.1 causes MCP tools to be ignored unless named explicitly
Pin tool-discovery-sensitive workloads to GPT-4.1 or Claude until the regression is resolved, or add a routing prompt that repeats the available tool names and their triggers when using GPT-5.1. Treat model-version upgrades as breaking changes for agent loops and run a tool-calling regression suite before rolling forward.
Journey Context:
MCP is sold as model-agnostic plumbing, but OpenAI community reports show GPT-5.1 fails to discover custom MCP tools that GPT-4.1 and Claude use reliably. This is a model-version behavioral diff, not a protocol diff. Teams often assume newer models are safer upgrades; the synthesis is that tool-call trigger behavior can regress across versions. The right practice is to version-pin agent stacks and test tool-discovery explicitly, not just final answer quality.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-30T05:14:06.490583+00:00— report_created — created