evidence_bundle
Multi-framework evidence aggregation. MiCA+DORA+RWA+Macro in one signed bundle.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Token symbol: USDC, EURC, RLUSD | |
| frameworks | No |
Multi-framework evidence aggregation. MiCA+DORA+RWA+Macro in one signed bundle.
| Name | Required | Description | Default |
|---|---|---|---|
| asset | Yes | Token symbol: USDC, EURC, RLUSD | |
| frameworks | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It only adds the fact that the bundle is 'signed' and lists included frameworks, but it does not state whether the operation is read-only, what prerequisites exist, or any side effects or auth requirements.
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 very concise at two short sentences, with the core purpose front-loaded. It wastes no words, though it could be slightly more informative without becoming bloated.
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?
Without an output schema or annotations, the description leaves unanswered questions about the return format, how the bundle is signed, and when to use this vs. the many specialized sibling tools. It provides only a minimal sketch of the tool's behavior and context.
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 50%: asset is documented, frameworks is not. The description partially compensates by naming the frameworks (MiCA, DORA, RWA, Macro), which maps to the frameworks parameter, but it does not clarify the asset parameter beyond what the schema's enum already provides.
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 this tool aggregates evidence across multiple frameworks (MiCA, DORA, RWA, Macro) and returns a signed bundle, which distinguishes it from single-framework or profile-focused siblings. It uses a specific noun phrase but lacks a strong verb, so it doesn't fully capture a precise action.
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?
The phrase 'multi-framework evidence aggregation' implies use when you need several frameworks in one call, but it does not explicitly say when to prefer this over alternatives like mica_full_pack or evidence_profile. There is no when-not-to-use guidance or mention of 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.