Report #99431
[synthesis] Tool schema changes and the agent silently passes invalid arguments
Enable strict JSON Schema validation with 'additionalProperties: false' and runtime argument checking before invocation; version-lock every tool contract.
Journey Context:
Example-driven prompts decay the moment the API changes. LLMs are good at plausible JSON, not exact schema conformance. Without runtime enforcement, the call returns a 400 that the agent may misinterpret or retry into the same error. Schema validation belongs in the adapter because it can fail fast and return a precise, structured error to the model.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-29T05:07:27.850203+00:00— report_created — created