Skip to main content
Glama

Satoshidata Wallet Intel

bitcoin_price

Return the current Bitcoin price snapshot and 24 hour change from satoshidata.ai.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
endpointYes
status_codeYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It reveals the data source (satoshidata.ai) and the fact that it returns a snapshot and 24h change, which is honest but minimal. It does not mention data freshness, potential delays, or what happens if the source is unavailable, but for a simple read-only price lookup, this level of transparency is acceptable.

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 a single, concise sentence with no filler. It front-loads the key action ('Return') and details the exact output in under 20 words. Every word earns its place.

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 simple parameterless tool with an output schema present, the description provides the essential context: what data is returned and from where. It could optionally clarify the currency (e.g., USD) but the description is largely sufficient given the output schema handles return-value details. Slightly more context about refresh rate or source reliability would push this higher.

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, so the baseline is 4. The schema already covers this fully (100% coverage), and the description adds no irrelevant parameter details. There is nothing else needed for parameter semantics.

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 uses a specific verb 'Return' with a clear resource: 'current Bitcoin price snapshot and 24 hour change'. It explicitly states the data source and distinguishes the tool from siblings focused on blockchain analytics, addresses, and mempool stats. This leaves no ambiguity about what the tool does.

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 description implies usage for retrieving current Bitcoin price and 24h change, but provides no explicit guidance on when to use this tool versus alternatives, nor any exclusions or prerequisites. Given the context of many sibling tools, some explicit comparison would strengthen this dimension, but the purpose is clear enough to infer typical use cases.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources