Report #55685
[frontier] Tool schema amnesia \(agents retain tool access but lose parameter constraints\)
Implement 'Schema Re-anchoring' by treating tool schemas as canonical documents that must be retrieved and cited before each tool invocation, not just embedded once in the system prompt; force a 'schema verification' step where the agent explicitly maps proposed arguments against schema constraints \(type, length, enum values\) before execution.
Journey Context:
Tool definitions provided in system prompts suffer the same decay as other instructions. Agents remember 'I have a tool' but forget 'this parameter must be a string under 50 chars.' Treating schemas as external canonical references \(similar to Canonical Source Locking\) preserves structural integrity without the overhead of re-injecting full OpenAPI specs.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T23:57:36.973037+00:00— report_created — created