Skip to main content
Glama
blocklens

blocklens-mcp-server

Official
by blocklens

get_holder_supply

Get Bitcoin holder supply breakdown: long-term (held >155 days), short-term (held <155 days), and circulating supply, all in BTC.

Instructions

Get Bitcoin holder supply breakdown: Long-Term Holder (LTH) supply, Short-Term Holder (STH) supply, and circulating supply. LTH = held >155 days, STH = held <155 days. Values in BTC.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
daysNoNumber of daily data points to return
end_dateNoEnd date (YYYY-MM-DD). Defaults to today.
start_dateNoStart date (YYYY-MM-DD). Overrides days param when set.
Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It explains the LTH/STH threshold (155 days), the units (BTC), and what the returned breakdown consists of. This adds meaningful context beyond a simple 'get data' phrase. It does not cover potential errors or edge cases, but for a read-only metric tool this level is sufficient.

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 sentences long and front-loaded with the main purpose, then provides essential definitions and units. Every sentence earns its place, with no filler. It is concise while remaining informative.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a relatively simple data retrieval tool with optional parameters and no output schema, the description is complete. It explains the exact metrics returned, the definition of LTH/STH, and the units. The schema covers date-range parameters, so the description does not need to repeat that. No significant gaps remain.

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 description coverage is 100%, and each parameter already has a clear description. The tool description adds no extra parameter-level details beyond what the schema provides. Thus the baseline of 3 is appropriate; the schema does the heavy lifting for parameters.

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 purpose: to get Bitcoin holder supply breakdown, specifically LTH supply, STH supply, and circulating supply. It uses a specific verb 'Get' and resource, and distinguishes from sibling tools like get_holder_valuation or get_holder_profit by detailing what this tool uniquely returns.

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 clear context on what data the tool returns (holder supply breakdown) and defines key terms (LTH, STH). However, it does not explicitly state when to use this tool over siblings or mention any exclusion criteria. While the context is clear, the absence of explicit alternative guidance keeps it from a 5.

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