Skip to main content
Glama

get_broadcast_timing

Determine if you should broadcast a Bitcoin transaction now or wait, using live mempool pressure and fee forecasts to show potential sat/vB savings.

Instructions

Best time to broadcast: given live mempool pressure and the fee forecast, whether to send a Bitcoin transaction now or wait, with the expected sat/vB savings (and total sats if you pass the tx vsize). Paid.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
vsizeNoTransaction virtual size in vB, to get total sats saved.
targetNoDesired confirmation window in blocks (1–144, default 6).
Behavior3/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states that the tool is 'Paid', which is an important trait, and explains that it returns expected sat/vB savings and optionally total sats if a vsize is passed. Missing are details about authentication, rate limits, or whether the tool has any side effects, but the core behavior is disclosed.

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, focused sentence that front-loads the purpose ('Best time to broadcast') and includes all essential components: inputs, decision logic, output, and cost. No unnecessary words or repetitions.

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 relatively simple advisory tool with two parameters and no output schema, the description is sufficiently complete. It explains what the tool does, what it needs, what it returns, and that it is paid. While it doesn't cover error cases or rate limits, these are not critical for this tool type given the robust schema and clear purpose.

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?

Schema description coverage is 100%, so both parameters (vsize and target) are already well documented. The description adds context that vsize is used to compute total sats, but this is a minor addition. Baseline of 3 is appropriate because the schema already provides sufficient 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 clearly states the tool's purpose: determining the best time to broadcast a Bitcoin transaction based on live mempool pressure and fee forecast. It specifies the decision ('now or wait') and the output (expected sat/vB savings, plus total sats if vsize is provided). This distinguishes it from sibling tools like get_fee_forecast or get_current_fees, which focus on fee rates rather than timing advice.

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 the tool should be used when a user has mempool pressure and fee forecast data and wants to decide whether to send a transaction immediately or wait. It also notes that the tool is 'Paid', which is a key usage consideration. However, it does not explicitly state alternatives or when not to use this tool relative to other fee or mempool tools.

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/A0Nexus-bit/a0nexus-bitcoin-mcp'

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