Skip to main content
Glama
xOrbuc

orbuc-mcp-server

by xOrbuc

orbuc_btc_holdings_current

Read-onlyIdempotent

Retrieve current Bitcoin holdings across institutional segments including public companies, ETF funds, governments, and exchanges to analyze institutional investment distribution.

Instructions

Get the latest total BTC held by institutions, broken down by segment.

Segments: public_companies, etf_funds, governments, private_companies,
defi_other, exchanges_custodians.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.7/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint, making the safe read-only nature clear. The description adds the segment breakdown and names the segments, which is useful context, but it does not disclose the return format, units, or whether the data updates frequently. With annotations covering the safety profile, a 3 is appropriate; the description adds some but not rich behavioral 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 two sentences long, front-loaded with the main action ('Get the latest total BTC...'), and the second sentence lists the segments compactly. No wasted words; every sentence earns its place. This is exemplary conciseness.

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?

For a zero-parameter tool with no output schema, the description covers the core content: what data is returned (total BTC by segment) and the exact segment categories. It does not specify units (e.g., BTC vs. USD) or a typical response shape, but given the simplicity of the tool and strong annotations, it is largely complete. Slight gap on units prevents a 5.

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

Parameters4/5

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

The tool has zero parameters, and the input schema is empty, so schema coverage is 100% by default. The description's list of segments adds meaning beyond the schema, even though no parameter explanations are needed. The baseline for zero parameters is 4, and the description meets it by providing useful domain context.

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?

The description clearly states the tool retrieves 'the latest total BTC held by institutions, broken down by segment' and lists the specific segments. This gives a specific verb and resource. However, it does not explicitly distinguish itself from the sibling tool 'orbuc_btc_holdings_segments', which could plausibly serve the same purpose, so it loses a point for sibling differentiation.

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?

The usage is implied by the description: use this to get the latest total institutional BTC holdings segmented by category. However, there is no explicit guidance on when to choose this tool over siblings like 'orbuc_btc_holdings_daily' or 'orbuc_btc_holdings_segments', nor any mention of alternatives or exclusions. The context is clear but not explicit about alternatives.

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