Report #102310
[synthesis] Tool-call signature drift precedes hard agent failures but is invisible to error-rate dashboards
Instrument the distribution of tool names, argument schemas, and argument values as time-series telemetry; alert on statistically significant shifts before accuracy drops, not after.
Journey Context:
Most teams monitor HTTP 5xx and explicit tool errors. The earlier failure mode is subtler: the LLM begins calling the right tool with slightly wrong arguments, or switches from a precise tool to a more generic one, or starts including extra parameters that downstream handlers tolerate but mishandle. By the time error rates rise, the distribution has already shifted for hours or days. Schema-level telemetry catches this because it measures behavioral intent, not just execution success. The trade-off is more cardinality than simple counters, but it is the cheapest leading indicator available.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-07-08T05:19:58.205067+00:00— report_created — created