Report #51611
[synthesis] Agent silently passes extraneous or hallucinated parameters in tool calls causing downstream API failures masked as logic errors
Implement strict schema validation on the outgoing agent tool call payloads \(not just the API side\). Log the delta between the defined schema and the agent's generated payload. Alert on payload bloat \(extra fields\) even if the API ignores them.
Journey Context:
As context grows, LLMs tend to hallucinate optional parameters or mix parameters from different tools. Many APIs silently ignore extra fields or fail in weird ways. Monitoring shows the tool failed, and teams debug the API, missing that the agent sent garbage data. The leading indicator is the presence of undocumented fields in the agent's output JSON. Catching this delta reveals the agent's internal state representation is degrading before the API actually breaks.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T17:07:21.697953+00:00— report_created — created