Validate tool-call args before execution. Returns LLM-friendly retry hints.
MCP server for . Lets Claude Desktop, Cursor, Cline, Windsurf, Zed, or any other MCP client validate LLM-generated tool-call args before execution and produce LLM-friendly retry messages when something's wrong. — check args against a small shape spec; returns where is a ready-to-send LLM feedback message. — sanity-check a tool definition for common mistakes that hurt LLM tool-use accuracy. —…
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts — it cannot prove the absence of malicious code.
MCP server for . Lets Claude Desktop, Cursor, Cline, Windsurf, Zed, or any other MCP client validate LLM-generated tool-call args before execution and produce LLM-friendly retry messages when something's wrong. ** — check args against a small shape spec; returns where is a ready-to-send LLM feedback message. — sanity-check a tool definition for common mistakes that hurt LLM tool-use accuracy. — given a validation error, build the canonical LLM-facing retry message using agentvet's formatting.…