Skip to main content
Glama
Alexander-Herranz

CoinMarketCap MCP Server

cmc100IndexHistorical

Retrieve historical values for the CoinMarketCap 100 Index within specified time intervals to analyze cryptocurrency market performance trends.

Instructions

Returns an interval of historic CoinMarketCap 100 Index values based on the interval parameter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
time_startNo
time_endNo
countNo
intervalNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden. It does not disclose any behavioral traits such as rate limits, data availability, default interval, or error handling. The only behavioral hint is that it returns 'historic' values.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single sentence with no unnecessary words, making it concise. However, it could benefit from a slightly more structured format to highlight key points.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given four parameters and no output schema, the description is incomplete. It does not explain the return format, parameter requirements, or provide examples, leaving significant gaps for the agent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, yet the description only mentions the interval parameter without explaining its values (5m, 15m, daily) or the purpose of time_start, time_end, and count. It adds little value beyond the raw schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool returns historic CoinMarketCap 100 Index values, using a specific verb and resource. It is effectively distinguished from the sibling 'cmc100IndexLatest' which returns the latest index value.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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. There is no mention of prerequisites, context, or exclusions, leaving the agent to infer usage from the tool name and description alone.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.