mcpserver.lol
registry/agentvet
Connection check local install

agentvet

Validate tool-call args before execution. Returns LLM-friendly retry hints.

Tools 4
GitHub stars 1
Installs / wk
Licence MIT
Transport stdio
Last checked never

Tools & capabilities

4 tools

Read from the published package source — this server runs locally, so there is no endpoint to query. Names are taken from the code, not observed at runtime, and descriptions are often absent.

agentvet from source
generate_retry_message from source
Given a tool name, validation error, and attempted args, build the canonical LLM-facing retry feedback message. Uses agentvet\
lint_tool_definition from source
Sanity-check a tool definition for common mistakes that hurt LLM tool-use accuracy: missing description, vague description, no required fields, schema fields without descriptions,…
validate_tool_args from source
Validate a tool-call args object against a small shape spec. Returns { valid, error?, retry_hint? } where retry_hint is a ready-to-send LLM feedback message describing exactly what…