Skip to main content
Glama
blocklens

blocklens-mcp-server

Official
by blocklens

get_cohort_metrics

Fetch Bitcoin UTXO age cohort metrics—supply, realized cap, and price—for HODL Waves analysis of accumulation and distribution trends.

Instructions

Get age cohort metrics: supply (BTC), realized cap (USD), and realized price (USD) for a specific UTXO age bracket. 12 cohorts from <24h to 10y+. Used for HODL Waves analysis to track accumulation/distribution by coin age.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of daily data points to return
cohortYesAge cohort: 24h, 1d_1w, 1w_1m, 1m_3m, 3m_6m, 6m_12m, 1y_2y, 2y_3y, 3y_5y, 5y_7y, 7y_10y, 10y_plus
end_dateNoEnd date (YYYY-MM-DD). Defaults to today.
start_dateNoStart date (YYYY-MM-DD). Overrides days param when set.
Behavior3/5

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

With no annotations, the description carries the burden. It indicates a read operation ('Get') and specifies the exact data returned, but does not disclose additional behavioral traits such as default date ranges, data ordering, or any potential side effects. It is sufficient but not rich.

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 two sentences, front-loaded with the core purpose, and contains no filler. Every word contributes to understanding the tool's function and context.

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?

The tool has 4 parameters, an enum, and no output schema. The description explains the purpose, the type of data returned, and the intended analysis, which is reasonably complete for a read-only metrics tool. Missing details like return format are not critical given the straightforward nature.

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?

Schema coverage is 100%, so the baseline is 3. The description adds context about the meaning of cohort metrics (supply, realized cap, realized price) but does not elaborate on parameter usage beyond what the schema provides (e.g., it does not explain how start_date overrides days). It adds marginal value.

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's function: 'Get age cohort metrics: supply (BTC), realized cap (USD), and realized price (USD) for a specific UTXO age bracket.' It explicitly names the resource (UTXO age cohort) and the specific metrics returned, making it distinct from sibling tools like get_holder_supply or get_prices.

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 provides a clear use case: 'Used for HODL Waves analysis to track accumulation/distribution by coin age.' This gives context on when to use the tool, though it does not explicitly mention alternatives or when not to use it relative to siblings.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/blocklens/blocklens-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server