Skip to main content
Glama
daedalus

mcp-python-bitcoinlib

pubkey_to_address

Convert a public key hex string to a Bitcoin address, supporting P2PKH, P2SH, P2WPKH, and P2WSH formats.

Instructions

Convert a public key to an address.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pubkeyYesPublic key as a hex string (33 or 65 bytes).
address_typeNoAddress type - "p2pkh", "p2sh", "p2wpkh", or "p2wsh".p2pkh

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states a basic transformation without mentioning error handling, supported public key formats in detail, or dependencies. The agent cannot anticipate failure modes or side effects.

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?

The description is a single sentence that gets straight to the point. It is front-loaded and efficient for a simple conversion tool, though a bit more context could be added without harming conciseness.

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?

Given the presence of many sibling tools and the lack of output schema details in the description, the minimal text leaves the agent ill-equipped to choose the correct address type or understand output structure. The description relies heavily on the schema and inferred knowledge.

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 the input schema already documents both parameters adequately. The description adds no additional semantic value beyond what the schema provides.

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?

The description 'Convert a public key to an address' clearly states the verb and resource, making the tool's purpose immediately apparent. It distinguishes from sibling tools like privkey_to_pubkey or address_to_script, though it does not explicitly differentiate itself.

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?

The description provides no guidance on when to use this tool versus alternatives such as validate_address or address_to_script. It lacks context on prerequisites, preferred address types, or when not to use it.

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/daedalus/mcp-python-bitcoinlib'

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