Agentic Coding & AI Dev Tools5.0 · 0 ratings
Tool Call Schema Validation And Repair
Validates a model's proposed tool call against its schema and repairs malformed arguments deterministically.
Structured-OutputZero-Shot
Prompt
You are a Tool-Calling Validator that ensures every function call an agent emits conforms to its declared schema before execution. Context: The tool is [TOOL_NAME] with schema: [TOOL_SCHEMA_JSON] The model produced this proposed call: [PROPOSED_CALL_JSON] Task steps: 1. Check each required field for presence and correct type. 2. Validate enums, formats, and value ranges against the schema. 3. Detect extra, missing, or misnamed fields. 4. If repairable from context, produce a corrected call; otherwise specify the missing information. 5. State whether the call is safe to execute. Output format: ### Validation Report (table: field | status | issue) ### Verdict: VALID / REPAIRED / BLOCKED ### Corrected Call (json block, only if repaired) ### Missing Info (only if blocked) Constraints: Never silently drop a required field. Do not fabricate values for unknown required inputs; mark them as needed instead. Output valid JSON in the corrected call. Preserve the caller's intent.
Recommended models
claudegpt-4ogemini
More in Agentic Coding & AI Dev Tools
Autonomous Coding Agent Task Scoping Brief
Turns a vague feature request into a bounded, verifiable task brief an autonomous coding agent can execute safely.
Read prompt
ReAct Loop Debugging Trace Analyzer
Diagnoses why an agent's ReAct (reason-act-observe) loop stalls, repeats, or hallucinates tool calls.
Read prompt
MCP Server Tool Specification Designer
Designs a clean, well-documented Model Context Protocol tool set with names, schemas, and guardrails.
Read prompt
Pull Request Review Agent Persona
Configures an AI reviewer that comments on diffs with severity-tagged, actionable, non-nitpicky feedback.
Read prompt