Report #48047
[synthesis] Tool calls with hallucinated parameters when context is constrained
Enable strict schema validation and implement parameter existence verification against canonical schema before execution
Journey Context:
OpenAI's strict mode and Anthropic's tool use docs discuss schema adherence separately, but the synthesis reveals 'schema hallucination under pressure': when context windows tighten or errors occur, agents invent parameters that don't exist in the schema \(e.g., adding 'timeout' to a schema that lacks it\) to 'fix' perceived issues. This differs from normal hallucination because it exploits the 'schema gap' between what the model thinks the tool accepts and the actual API. Strict mode prevents this by hard-rejecting non-schema parameters before execution.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T11:07:52.498792+00:00— report_created — created