Skip to main content
Glama

orbuc_stablecoin_coin_latest

Read-onlyIdempotent

Get the latest supply data for a specific stablecoin with chain breakdown.

Args:
    symbol: Stablecoin ticker, e.g. USDT, USDC (required)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, covering safety. The description adds that it returns 'chain breakdown', which gives some output shape context, but does not disclose behaviors like whether all chains are guaranteed, pagination, or error cases. No contradiction with 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?

Two succinct sentences plus a compact Args block. The purpose is front-loaded, and every sentence adds value. No filler or redundancy.

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 single-parameter read-only tool, the description gives enough context: what data is returned (supply with chain breakdown) and the required parameter. Since there is no output schema, the chain breakdown mention helps the agent anticipate the response shape. Missing details like example output or explicit differentiation from other stablecoin tools, but these are not critical.

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?

The description explains the symbol parameter as 'Stablecoin ticker, e.g. USDT, USDC' and explicitly marks it required, adding meaning beyond the schema which only has a default empty string. However, the schema lists no required parameters, so the 'required' note conflicts with the schema definition, slightly reducing clarity.

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 'Get the latest supply data for a specific stablecoin with chain breakdown', which includes a specific verb (get), resource (latest supply data), and scope (specific stablecoin, chain breakdown). This distinguishes it from siblings like orbuc_stablecoin_latest (likely all stablecoins) and orbuc_stablecoin_aggregate.

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?

The description provides no guidance on when to use this tool versus alternatives. It only says 'for a specific stablecoin', which implies a per-coin scope but does not explicitly mention alternatives or exclusions. No 'when not to use' or references to sibling tools.

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 has a clearly distinct purpose with no ambiguity. The BTC tools focus on holdings data with different temporal granularities (current, daily, weekly) and segment breakdowns, while the stablecoin tools cover market cap, supply data, chain distribution, and health checks. There is no functional overlap between tools, making selection straightforward.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with a clear prefix structure: 'orbuc_btc_' for Bitcoin-related tools and 'orbuc_stablecoin_' for stablecoin-related tools. The naming convention is uniform throughout, using descriptive nouns and adjectives to differentiate functions (e.g., 'health', 'current', 'daily', 'segments').

Tool Count5/5

With 12 tools, the server is well-scoped for its dual-domain purpose covering BTC holdings and stablecoin data. The count is appropriate, providing comprehensive coverage without bloat, and each tool serves a distinct, necessary function in the data retrieval and monitoring workflow.

Completeness5/5

The tool set offers complete coverage for both BTC holdings and stablecoin data domains. For BTC, it includes health checks, current holdings, daily/weekly time series, and segment breakdowns. For stablecoins, it covers health, aggregate data, chain distribution, historical and latest coin-specific data, and market cap tracking, leaving no obvious gaps for typical agent workflows.