Skip to main content
Glama

info_platformmetrics_get_stablecoin_info

Read-onlyIdempotent

Stablecoin-only ranking or per-symbol chain breakdown. scope=full with sections=issuance_flow returns issuance_flows[] (CryptoQuant net issuance/redemption); sections=usage_structure returns real usage metrics; sections=depeg_events returns depeg events (stablecoin de-peg event library). Broad market dashboard→get_market_overview. Cross-sector rollup→get_defi_overview. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainNoChain filter; list mode restricts to stables with presence on chain. Extensions: all (default) or normalized chain e.g. ethereum/tron/solana/polygon.
limitNoList size; default 10, max 400; single row when symbol set.
scopeNobasic (default)|full; full required for sections.
symbolNoStablecoin symbol USDT/USDC/DAI/FDUSD/PYUSD; omit for ranked list or extension defaults.
end_dateNoUTC YYYY-MM-DD; extension window end, default latest data date for usage_structure or today for issuance_flow/depeg_events.
sectionsNoComma-separated string or array; supported values: issuance_flow, usage_structure, depeg_events when scope=full.
start_dateNoUTC YYYY-MM-DD; extension window start, default last 30 days. depeg_events: default 2020-01-01.
min_deviationNodepeg_events only: filter events with max_deviation >= this value. Range 0.001-0.2, default 0.005.
review_statusNodepeg_events only: candidate|approved|rejected; default approved (only returns reviewed events).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
chainYes
countYes
itemsYes
limitYes
scopeNo
totalYes
symbolYes
end_dateNo
start_dateNo
duration_msYes
depeg_eventsNo
min_deviationNo
issuance_flowsNo
range_truncatedNo
usage_structureNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, and non-destructive. The description adds contextual value by stating it is 'Read-only public research data' and clarifies it involves no account access, order placement, or fund transfers, plus 'Not investment advice.' This goes beyond annotations, disclosing the data nature and usage limits.

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 concise and well-structured. It starts with a clear purpose, then details the key sections, then routes to alternatives, and ends with safety caveats. Every sentence contributes value, and the most important information (purpose and sections) is front-loaded. It could be slightly more organized, but it's efficient.

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?

Given the tool has 9 optional parameters and an output schema, the description is sufficiently complete. It covers the core purpose, the behavior of the sections parameter, and safety/usage constraints. The output schema covers return values, and the schema descriptions handle parameter details, so nothing critical is missing for an agent to select and invoke the tool correctly.

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

Parameters4/5

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

Schema coverage is 100% with descriptions for every parameter, so the baseline is 3. The description adds extra meaning for the sections parameter, explaining what each section returns (issuance_flow gives CryptoQuant net issuance/redemption, usage_structure gives real usage metrics, depeg_events gives a de-peg event library). This provides semantic context beyond the schema's simple enumeration, justifying a 4.

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 a specific resource (stablecoin) and action (ranking or per-symbol chain breakdown), clearly distinguishing it from generic market overview tools. It explicitly differentiates from siblings by naming get_market_overview and get_defi_overview as alternatives for broader scopes, so an agent knows when this tool is the right fit.

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 context for when to use this tool (stockson stablecoin-specific queries) and explicitly points to get_market_overview for broad market dashboards and get_defi_overview for cross-sector rollups. It does not state exclusions beyond those alternatives, but the guidance is sufficient to route the agent correctly.

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.

TDQS

A4.1/5.0
Disambiguation5/5

Each tool targets a distinct data object and action (e.g., coin info vs rankings, market snapshot vs batch, marketdetail kline vs markettrend kline), with prefixes and descriptions clearly separated by domain. No two tools appear to serve the same purpose.

Naming Consistency5/5

All tools follow a consistent pattern: info_<domain>_<verb>_<object>, with verbs mainly get, search, and batch. The naming style is uniform across all 32 tools, making it easy to infer tool purpose from its name.

Tool Count3/5

32 tools is heavy compared to typical servers, and it exceeds the 25-tool threshold. However, the server is a comprehensive crypto data aggregator covering multiple subdomains (coin, macro, market, onchain, platform metrics), which justifies the large count to some extent. It sits at the borderline between borderline and too many.

Completeness5/5

The tool surface covers the full lifecycle for read-only research: coin discovery, rankings, search, technical analysis, onchain exploration, platform metrics, stablecoins, yield pools, bridges, and macro indicators. No critical missing functionality for the stated purpose of public research data access.