verify_agent
Fetch/verify agent details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes |
Fetch/verify agent details
| Name | Required | Description | Default |
|---|---|---|---|
| agentId | Yes |
Changes observed during successful MCP inspections.
Input schema / additionalPropertiesPrevious value: -falseNew value: +trueInput schema / properties / apiKeyRemoved value: -{
- "minLength": 1,
- "type": "string"
-}Input schema / requiredPrevious value: -[
- "agentId",
- "apiKey"
-]New value: +[
+ "agentId"
+]Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries full responsibility for behavioral transparency, but it only states a generic action. It does not disclose whether the operation is read-only, what happens if the agent is not found, or any side effects.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely short, consisting of a single phrase with no unnecessary words. However, the phrasing 'Fetch/verify' is awkward and could be clearer, and the brevity may sacrifice needed detail.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a simple tool with one parameter and no output schema, the description still fails to convey important context such as the return value, error behavior, or when verification is needed. It omits any usage guidance and does not clarify the tool's role among siblings.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema lists a single required parameter, agentId, but the description does not explain its meaning or format beyond the schema's minLength constraint. Schema description coverage is 0%, so the description should compensate, but it does not.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses 'Fetch/verify' as a compound verb, which is ambiguous about whether the tool retrieves or validates agent details. It names the resource ('agent details') but does not distinguish it clearly from sibling tools like check_action or register_agent.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No usage guidance is provided. The description does not specify when to use verify_agent instead of related tools such as check_action or get_audit_log, nor any exclusions or alternative scenarios.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.