Skip to main content
Glama

US Spot Bitcoin & Ethereum ETF Flows

ETF flow summary

get_etf_flow_summary
Read-onlyIdempotent

Overview of US spot BTC or ETH ETF flows: latest day, last 7 and 30 days, month-to-date, year-to-date, cumulative since launch, current inflow/outflow streak and the funds with the largest 30-day inflows and outflows.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
assetNoBTC for US spot Bitcoin ETFs, ETH for US spot Ethereum ETFs.BTC

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/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 and openWorldHint=false, so the safety profile is fully covered without the description. The description adds useful scope context (US spot ETFs only, and precisely which aggregates are computed), but says nothing about freshness/lag, rate limits, or response shape, so it adds only moderate value beyond 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?

One front-loaded sentence: resource scope first, then the enumerated contents. Every listed aggregate earns its place because it tells the agent what it gets back without a call, and there is no filler or repetition of the tool name.

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?

There is no output schema, but the description enumerates the returned fields (latest day, 7d, 30d, MTD, YTD, cumulative since launch, streak, top 30-day inflow/outflow funds), which largely compensates. Minor gaps remain: no statement of data currency/as-of timing and no pagination or response-size expectations, though for a single optional-param read-only summary these are low-risk omissions.

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?

Single optional parameter with a two-value enum and 100% schema description coverage, so the schema fully documents it; the description only echoes the BTC/ETH asset split. Baseline 3 applies when the schema carries the parameter semantics.

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?

States a specific verb and resource (summary/overview of US spot BTC or ETH ETF flows) and enumerates the exact aggregates returned, so the agent knows this is a rolled-up snapshot rather than raw flow rows. It does not, however, name or contrast itself against siblings like get_etf_flows_by_date_range or get_latest_etf_flows, so the differentiation is inferable rather than explicit.

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

Usage Guidelines3/5

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

No explicit when-to-use or when-not guidance is given. Usage is implied by the enumeration of aggregates (last 7/30 days, MTD, YTD, cumulative since launch, streak, top 30-day funds), which signals a reporting/dashboard use case, but the agent must infer the selection rule versus the date-range and latest-flow siblings.

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.