Skip to main content
Glama

holder_data

Top holder distribution, whale concentration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesStablecoin symbol e.g. USDC, USDT

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

C2.8/5.0
Behavior2/5

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

No annotations are provided, so the description should carry the full burden of behavioral disclosure. It does not explicitly state whether the tool returns a simple list, time series, or any side effects. The read-only nature is implied by the mention of distribution but not clearly disclosed.

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

Conciseness3/5

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

The description is extremely short and has no redundant words, which is concise. However, it is a noun phrase rather than a complete sentence, lacking a subject-verb structure. It is front-loaded but under-specified, so it does not fully earn its place as a standalone description.

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?

With only one parameter and no output schema, the description should explain what the return value looks like. 'Top holder distribution, whale concentration' is a high-level topic but does not specify whether the tool returns a list of addresses, percentages, or other details. The lack of output schema and richer description leaves the agent with insufficient context to anticipate the result format.

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?

The schema already fully describes the 'symbol' parameter with an example ('USDC, USDT'), and the description adds the context that the data concerns holder distribution for that symbol. However, it does not provide additional detail about how the symbol maps to output or any special formatting, so the baseline 3 applies.

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

Purpose4/5

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

The description 'Top holder distribution, whale concentration' clearly indicates the tool provides holder distribution and whale concentration data for a given symbol, which distinguishes it from sibling tools like peg_history or supply_flow. However, it lacks an explicit verb such as 'get' or 'retrieve', making it more of a label than a full action statement.

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?

There is no guidance on when to use this tool versus alternatives. The description does not mention use cases, prerequisites, or conditions for choosing this tool over siblings like risk_assessment or leaderboard. It simply names the data topics without any contextual advice.

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

B3.3/5.0
Disambiguation5/5

Each tool targets a distinct aspect of stablecoin risk: peg history vs current status, holder distribution vs leaderboard, and separate tools for custody, cross-chain, redemption, and supply flow. No two tools have overlapping purposes.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with descriptive, self-explanatory nouns (e.g., peg_history, holder_data, cross_chain_data). No mixing of styles or ambiguous abbreviations.

Tool Count5/5

13 tools is well-scoped for a stablecoin risk oracle, covering all major risk dimensions (peg, custody, holder, supply, redemption, cross-chain, comparison) without bloat or redundancy.

Completeness5/5

The tool surface covers the full lifecycle of stablecoin risk assessment: listing, detailed risk scoring, peg analysis, holder and custody info, supply dynamics, and cross-chain data. No obvious gaps for the stated purpose.

Resources