get_evidence
Export immutable metadata evidence; no media or storage paths.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Export immutable metadata evidence; no media or storage paths.
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false, covering the safety profile. The description adds useful context about immutability and the absence of media/storage paths, but it doesn't disclose response format, pagination, or error behavior.
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 one short, front-loaded sentence with no filler. Every word contributes to delimiting the tool's purpose and output scope.
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 single-parameter, read-only tool with robust annotations, the description adequately states the core output boundary (metadata, no media). However, it omits when to use get_evidence versus sibling evidence tools and gives no sense of the return payload, so it is only minimally complete.
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 only parameter, id, has no schema-level description and the tool description does not explain that it identifies the evidence record. Although the parameter name is conventional, the description adds no semantic value for the parameter, leaving a low-coverage gap uncompensated.
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 a specific verb ('Export') and resource ('immutable metadata evidence'), and clarifies the scope by excluding media or storage paths. It doesn't explicitly distinguish itself from sibling evidence tools like capture_evidence or find_copies, but the core purpose is clear.
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 this tool versus alternatives such as capture_evidence or find_copies. The phrase 'no media or storage paths' is a scope constraint, not usage direction, so an agent is left to infer the appropriate context.
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.