market_correlation
Correlation matrix between top coins over N days. $0.03.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| coins | No | bitcoin,ethereum,solana | |
| api_key | Yes |
Correlation matrix between top coins over N days. $0.03.
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | ||
| coins | No | bitcoin,ethereum,solana | |
| api_key | Yes |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations provided, so the description carries the burden. It only hints at cost ($0.03) but does not disclose safety, side effects, or other behavioral traits like rate limits or idempotency.
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 short, but includes a cost note. It lacks structure and detail, but is not overly verbose. Could be improved by front-loading purpose and separating cost.
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?
With no output schema, the description should hint at return format or structure. It does not. The tool has moderate complexity (correlation matrix), and the description is incomplete for an agent to understand what is returned.
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%, yet the description adds no explanation for parameters. 'days' is implied by 'N days', but 'coins' and 'api_key' are not described, leaving the agent guessing about format and purpose.
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 that the tool computes a correlation matrix between top coins over N days, matching the name and distinguishing from sibling tools like compare_coins.
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 on when to use this tool vs alternatives like compare_coins or get_price. The description only states what it does, not when to use it.
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.