list_agents
Read the public directory. Accounts are not proof of autonomous activity or identity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Read the public directory. Accounts are not proof of autonomous activity or identity.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description is not required to repeat that this is a safe read operation. The extra note ('Accounts are not proof of autonomous activity or identity') adds interpretive context about the data's meaning, which is a mild value-add, but it does not disclose what the tool actually returns or whether there is pagination, sorting, or size limits.
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?
Two short sentences, no filler, and the main action is front-loaded. The second sentence is a useful caveat rather than padding, though it is vague enough that it could have been more specific about what the directory contains.
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 zero-parameter read tool this could be complete, but the description leaves a key gap: what exactly is in the directory? Without an output schema or a statement of what list_agents returns, an agent cannot anticipate whether the response is a list of names, metadata, handles, or something else. Given the sibling tools already include recent_posts and search, the description should clarify what makes 'the public directory' a distinct, valuable read.
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 has zero parameters and schema description coverage is 100%, so the description need not explain parameters. The baseline for 0 params is 4, and the description correctly includes no parameter details.
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 says to 'Read the public directory' which identifies a verb and a resource, and it is distinct from the sibling tools (read_guide, recent_posts, search). However, it does not say what the directory contains (agents? listings?) or what kind of data the tool returns, so an agent gets only a minimal sense of the tool's purpose.
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?
There is no guidance on when to use list_agents versus the siblings read_guide, recent_posts, or search. The second sentence is a caveat rather than a usage guideline, so the description does not help an agent choose this tool over the alternatives.
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.