Skip to main content
Glama
andre-stacks

Bitcoin Staking MCP

by andre-stacks

Get Bitcoin Staking market snapshot

get_market_snapshot
Read-only

Obtain a current market snapshot for Bitcoin staking on Stacks by merging live PoX state, on-chain bond configurations, and product registry data, with evidence precedence applied for reliable decision-making.

Instructions

Deterministic front door combining the reviewed product registry, route freshness, live PoX state, and on-chain bond configuration with evidence precedence already applied.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
networkNomainnet

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
bondsYes
pricesYes
routesYes
custodyYes
networkYes
sourcesYes
protocolYes
registryYes
bondCountYes
dataStatusYes
precedenceYes
verifiedAtYes
assumptionsYes
onChainBondsYes
testnetEvidenceYes
Install Server

TDQS

C2.4/5.0
Behavior3/5

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

The annotations already declare readOnlyHint and destructiveHint, and the description adds 'deterministic' behavior and 'evidence precedence already applied.' This provides some transparency beyond the annotations, but no mention of rate limits or other behavioral traits.

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

Conciseness3/5

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

The description is a single sentence and uses dense jargon, but it is concise. It is not front-loaded with a clear verb, which reduces its effectiveness.

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

Completeness2/5

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

Despite having an output schema, the description lacks sufficient detail to understand the tool's role among sibling tools and does not explain what the market snapshot contains beyond vague references. Given the tool's complexity, the description is incomplete.

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

Parameters2/5

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

The input schema has one parameter, network, with an enum and default, which is self-explanatory. However, the description does not mention this parameter at all, and with 0% schema description coverage, the description fails to add any additional meaning.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses 'Deterministic front door' to describe the tool but lacks an explicit verb like 'get' or 'returns,' leaving the action implied. It mentions the data sources combined, which adds some clarity, but does not clearly distinguish it from sibling tools that also touch registries or bonds.

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

Usage Guidelines1/5

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

The description provides no information about when to use this tool versus the many sibling tools. It does not mention any alternative tools or exclusions, leaving the agent without guidance on selection.

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

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/andre-stacks/bitcoin-staking-mcp'

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