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 toolsRead 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\ 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,… 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, non-snake_case names.
validate_tool_args
from source