pool_detail
Return free satoshidata.ai mining-pool detail for a named pool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pool_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| endpoint | Yes | ||
| status_code | Yes |
Return free satoshidata.ai mining-pool detail for a named pool.
| Name | Required | Description | Default |
|---|---|---|---|
| pool_name | Yes |
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| data | No | ||
| error | No | ||
| endpoint | Yes | ||
| status_code | Yes |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description must carry the full burden. It mentions 'free' as a minor behavioral trait, but does not disclose any error conditions, rate limits, required authentication, or what 'detail' includes. This is too thin for a tool with zero annotation support.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, clear sentence with no unnecessary words. It efficiently communicates the core function, though it is terse.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's simplicity (one parameter, output schema present), the description is minimally adequate but lacks crucial context. It does not address the sibling overlap or explain what 'detail' covers, making it incomplete for an agent deciding between tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0%, and the description only repeats the parameter's obvious meaning by saying 'for a named pool'. The schema already provides 'Pool Name' as the title, so the description adds no new understanding about the parameter's format, values, or constraints.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool returns mining-pool detail for a named pool, using a specific verb ('Return') and resource ('mining-pool detail'). However, it does not distinguish from the sibling tool 'mining_pool_info', which likely serves a similar purpose, so it misses the differentiation that would earn a 5.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 such as 'pool_list' or 'mining_pool_info'. It only states what it does, with no context, prerequisites, or exclusions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Several tool clusters have unclear boundaries: address_evidence_pack, address_intelligence, address_risk, risk_check, wallet_detail, wallet_summary, and wallet_trust_safety all return address-related intelligence with subtle differences. Similarly, pulse_dormant, chain_awakenings, and dormancy_flushes all describe dormant-coin reactivation events, and whale_alerts overlaps heavily with pulse_whales. Agents will likely struggle to select the correct tool without deep domain knowledge.
Tool names predominantly follow a snake_case convention with domain-prefix patterns (address_*, batch_*, entity_*, mempool_*, pulse_*, timestamp_*, tx_*, wallet_*). There are minor deviations like op_return_decode (object-verb ordering) and some noun-only names, but overall the pattern is predictable and readable.
With 44 tools, this is a large surface that exceeds the 'too many' threshold in the calibration scale. While the server covers a broad Bitcoin intelligence domain, the sheer number of tools—especially with overlapping functionality—makes it feel bloated and difficult to navigate.
The tool set covers virtually every major aspect of Bitcoin intelligence: address analysis, entity rollups, mempool state, network stats, mining pools, on-chain pulse events, transaction verification, timestamping, and batch operations. There are no obvious dead ends or missing capabilities for the stated purpose.