read_file
Read a stored file; the content comes back base64. Charged by size.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| owner | Yes | ||
| reader | Yes |
Read a stored file; the content comes back base64. Charged by size.
| Name | Required | Description | Default |
|---|---|---|---|
| key | Yes | ||
| owner | Yes | ||
| reader | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations are absent, so the description carries full burden. It discloses that the response is base64-encoded and that the operation is charged by size, which is useful. However, it omits authorization requirements, error handling, and rate limits, leaving the behavioral profile incomplete.
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?
A single, front-loaded sentence that states purpose, output format, and cost without any waste. Every word earns its place; the structure is optimal for quick parsing.
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?
Given 3 undocumented parameters, no output schema, and no annotations, the description is too sparse. It lacks parameter explanations, error behavior, and any additional context needed for correct invocation, leaving an agent to infer too much.
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?
Schema coverage is 0%, and the description does not explain the three parameters (key, owner, reader). The names hint at their roles, but no semantics are added. The description fails to compensate for the missing schema documentation.
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 clearly states the action ('Read a stored file') and specifies the output format (base64). It distinguishes this read operation from write counterparts like store_file, though it does not explicitly contrast with any sibling. The resource and action are unambiguous.
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 provided on when to use this tool versus alternatives. It is a basic read operation, but the description does not mention any context, prerequisites, or when not to use it. With 70+ siblings, explicit routing would be valuable.
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.