Skip to main content
Glama
xOrbuc

orbuc-mcp-server

by xOrbuc

orbuc_stablecoin_mcap

Read-onlyIdempotent

Retrieve historical daily stablecoin market capitalization data to analyze trends and track changes in total value across all issuers.

Instructions

Get historical daily total stablecoin market cap across all tracked issuers.

Returns daily total_mcap_usd, daily_change_usd, and daily_change_pct.
Source: Orbuc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNo
start_dateNo
end_dateNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. The description adds that it returns specific daily fields and notes the source, but does not disclose additional behavioral details like default date ranges or data update frequency. This adds some value beyond annotations but not rich context.

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, front-loaded sentences. It states the purpose, lists returned fields, and notes the source. Every sentence earns its place with no filler.

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 no output schema and undocumented parameters, the description should compensate by explaining input semantics. It describes the output fields but omits how to use the three optional parameters or any context on selecting this tool among sibling stablecoin tools. The overall completeness is inadequate for effective invocation.

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

Parameters1/5

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

Schema description coverage is 0%. The description does not mention the parameters (days, start_date, end_date) at all. It fails to explain how to specify the date range or how the parameters interact, leaving the agent without guidance on constructing valid requests.

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 the tool gets historical daily total stablecoin market cap across all tracked issuers. It specifies the exact return fields (total_mcap_usd, daily_change_usd, daily_change_pct), distinguishing it from sibling tools like orbuc_stablecoin_latest or 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?

There is no explicit guidance on when to use this tool versus alternatives. No mention of when to choose it over orbuc_stablecoin_aggregate or orbuc_stablecoin_latest. The description only states what it does, not its intended use cases or exclusions.

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