Skip to main content
Glama

santyvv-data — market & on-chain data

Market overview

mercado
Read-only

The big picture: total market cap, Bitcoin dominance, 24 h change, the coins by market cap and the top movers. This is the context question, not the one about a single asset. Cuesta $0.03 por llamada, en USDC sobre Base (protocolo x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vsNoQuote currency. (por defecto: usd)
limiteNoHow many coins to return in the market-cap list. (por defecto: 20)

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed2 schema fields changed
    • changedInput schema / properties / limite / description
      Previous value: -"Cuantas monedas devolver en la lista por capitalizacion. (por defecto: 20)"New value: +"How many coins to return in the market-cap list. (por defecto: 20)"
    • changedInput schema / properties / vs / description
      Previous value: -"Moneda en la que se cotiza. (por defecto: usd)"New value: +"Quote currency. (por defecto: usd)"
  2. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safe read-only nature is covered. The description adds meaningful operational context beyond annotations by disclosing the $0.03 per-call cost paid in USDC on Base via x402. There is no contradiction with the annotations.

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

Conciseness5/5

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

The description is three short sentences with no filler. It front-loads the core scope, then clarifies tool selection, then adds the cost/payment detail. Every sentence earns its place.

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

Completeness4/5

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

For a simple read-only market overview with two optional, well-documented parameters, the description covers the main data groups and the payment context. It could be more explicit about the exact response shape or field names, but nothing essential is missing for an agent to invoke it correctly.

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

Parameters3/5

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

Schema coverage is 100%: both vs and limite have descriptions and defaults. The description reinforces the 'coins by market cap' output that limite controls, but it does not add meaning beyond what the schema already provides, so the baseline 3 is appropriate.

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 states exactly what the tool returns: total market cap, Bitcoin dominance, 24h change, coins by market cap, and top movers. It also explicitly frames this as the 'context question' rather than a single-asset query, which distinguishes it from siblings like precio and ficha_token.

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

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear usage context: use it for a broad market overview, and explicitly says it is not for questions about a single asset. It does not name alternatives directly or list when not to use it, so it falls just short of full routing guidance.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources