Skip to main content
Glama
teamssUTXO

Bitcoin-MCP-Server

get_bitcoin_network_recommended_fees

Retrieve current Bitcoin transaction fee recommendations for different confirmation speeds to optimize costs and timing based on network conditions.

Instructions

Use this to get current recommended Bitcoin transaction fees for different confirmation speed priorities.

Returns fee recommendations in string format with four priority levels:
- **Fastest** (~10 minutes): Highest fee for next block inclusion
- **Half-hour** (~30 minutes): Medium-high fee for confirmation within 30 min
- **Standard** (~60 minutes): Medium fee for confirmation within 1 hour
- **Economy**: Lowest fee for non-urgent transactions

Each recommendation includes:
- Fee rate in sat/vB (satoshis per virtual byte)
- Estimated confirmation time
- Approximate total cost in BTC for a typical transaction

Fees are dynamic and change based on current network congestion and mempool size.

Use cases: When you need to know how much to pay for a Bitcoin transaction, to optimize transaction costs vs. speed, or to check if the network is congested.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations are provided, so the description carries the full burden. It effectively discloses key behavioral traits: the tool returns fee recommendations in a specific string format with four priority levels, includes dynamic fee changes based on network congestion, and details what each recommendation contains (fee rate, confirmation time, total cost). However, it lacks explicit mention of rate limits, error handling, or data freshness, which are minor gaps.

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 well-structured and front-loaded: it starts with the core purpose, then details the return format with bullet points, explains dynamic behavior, and ends with use cases. Every sentence adds value without redundancy, making it efficient and easy to parse.

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

Completeness5/5

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

Given the tool's low complexity (0 parameters, no annotations, but with an output schema), the description is complete. It thoroughly explains what the tool does, how to use it, and what to expect in the output, covering all necessary context for an AI agent to invoke it correctly without needing to rely heavily on the output schema.

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 input schema has 0 parameters with 100% coverage, so no parameter documentation is needed. The description appropriately focuses on output semantics, explaining the return format in detail (four priority levels with specific attributes). This adds significant value beyond the structured output schema, though it doesn't fully compensate for the lack of output schema details (e.g., exact data types).

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 explicitly states the tool's purpose: 'get current recommended Bitcoin transaction fees for different confirmation speed priorities.' It uses specific verbs ('get', 'returns') and clearly identifies the resource (Bitcoin transaction fees), distinguishing it from sibling tools that focus on blocks, addresses, market data, or mining pools.

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

Usage Guidelines5/5

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

The description provides explicit usage guidance with a dedicated 'Use cases' section: 'When you need to know how much to pay for a Bitcoin transaction, to optimize transaction costs vs. speed, or to check if the network is congested.' This clearly indicates when to use this tool versus alternatives like market data or block information 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/teamssUTXO/Bitcoin-MCP-Server'

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