Skip to main content
Glama
xOrbuc

orbuc-mcp-server

orbuc_btc_holdings_weekly

Read-onlyIdempotent

Retrieve weekly aggregated Bitcoin holdings data, with optional filtering by market segment to analyze institutional positions.

Instructions

Get weekly aggregated BTC holdings, optionally filtered by segment.

Args:
    segment: Segment name (optional)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
segmentNo
Behavior3/5

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

Adds 'aggregated' context beyond readOnlyHint annotations, implying computed/summarized data. Does not disclose data freshness, historical range, or rate limits, but safety profile is covered by annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Front-loaded purpose statement with standard Args docstring. Efficient structure with minimal redundancy, though Args section repeats implied optionality.

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

Completeness3/5

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

Adequate for simple single-parameter tool with good safety annotations. Missing pointer to segment discovery sibling (orbuc_btc_holdings_segments) and lacks aggregation methodology details given no output schema.

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?

With 0% schema description coverage, description provides basic semantics ('Segment name') and optionality. However, lacks enumeration guidance or reference to segment discovery sibling tool.

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?

Clear verb 'Get' with specific resource 'weekly aggregated BTC holdings'. Temporally distinguishes from siblings (daily, current) via 'weekly', though does not explicitly contrast with segment-listing sibling.

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

Usage Guidelines2/5

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

Mentions the filter is optional ('optionally filtered by segment') but provides no guidance on when to prefer this over daily/current variants or how to discover valid segment values.

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/xOrbuc/orbuc-mcp-server'

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