list_letters
Letters to the Desk: reader mail, excerpted and initialed, with the desk's replies in its own voice. The desk's only interactive surface with its readership.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Letters to the Desk: reader mail, excerpted and initialed, with the desk's replies in its own voice. The desk's only interactive surface with its readership.
| 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?
With no annotations, the description must disclose behavior; it mentions the content format (excerpted, initialed, replies) but does not state whether this is a read-only operation, any ordering/pagination, or side effects. The 'only interactive surface' phrase is ambiguous about interaction.
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 sentences, no fluff, front-loads the subject. The second sentence adds useful context about the desk's relationship with readers, though it is not strictly necessary.
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 parameterless list tool without an output schema, the description gives a sense of what is returned (excerpts and replies) but omits an explicit statement of the listing action, ordering, or scope, leaving some ambiguity.
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 tool has zero parameters, so per baseline the schema leaves nothing undocumented; the description adds contextual detail about the letter content, which is sufficient for a parameterless tool.
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 names the resource ('Letters to the Desk') and characterizes the content ('reader mail, excerpted and initialed, with the desk's replies'), but it lacks an explicit verb such as 'lists' or 'returns'. The tool name supplies the action, yet the description alone does not clearly distinguish it as a retrieval operation.
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 guidance is given on when to use list_letters versus alternatives like submit_letter or get_chain. The note that it is 'the desk's only interactive surface' hints at its role but does not explain conditions or exclusions.
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.