Skip to main content
Glama
n8m8

PayPls MCP Server

by n8m8

wallet_send_btc

Send Bitcoin to addresses with required justification for human approval based on amount and bucket settings. Facilitates secure Bitcoin payments through the PayPls platform.

Instructions

Send Bitcoin to an address. May require human approval depending on amount and bucket settings. Always provide a clear justification.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bucket_idNoThe bucket to send from. Defaults to primary bucket if not specified.
addressYesThe Bitcoin address to send to (bc1... for mainnet, tb1... for testnet).
amount_satsYesAmount to send in satoshis (1 BTC = 100,000,000 sats). For example: 10000 sats ≈ $10 at $100k BTC.
justificationYesClear explanation of why this payment is needed. This is shown to the human for approval.
Behavior4/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 effectively adds context beyond basic functionality by mentioning the human approval requirement based on amount and bucket settings, and the need for a justification. This informs the agent about potential delays and permission constraints, though it could elaborate more on error handling or rate limits.

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 front-loaded with the core purpose in the first sentence, followed by two concise sentences that add critical behavioral context. Every sentence earns its place by providing essential information without redundancy, making it efficient and well-structured for quick understanding.

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?

Given the complexity of a financial transaction tool with no annotations and no output schema, the description is fairly complete. It covers the purpose, usage conditions, and key behavioral aspects like approval requirements. However, it could be more comprehensive by detailing potential outcomes (e.g., success/failure states) or linking to sibling tools for balance checks, leaving minor gaps in full context.

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?

The input schema has 100% description coverage, so the schema already documents all parameters thoroughly. The description does not add any additional meaning or clarification beyond what the schema provides (e.g., it doesn't explain parameter interactions or provide extra examples). Thus, it meets the baseline for high schema coverage without compensating with extra insights.

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 action ('Send Bitcoin to an address') and specifies the resource ('Bitcoin'), distinguishing it from sibling tools like 'wallet_send_usdc' (which sends USDC) and 'wallet_receive' (which receives funds). It uses specific, unambiguous language that directly communicates the tool's function.

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

Usage Guidelines4/5

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

The description provides clear context for usage by stating 'May require human approval depending on amount and bucket settings' and 'Always provide a clear justification,' which helps guide when to use this tool. However, it does not explicitly mention alternatives (e.g., 'wallet_send_usdc' for USDC transfers) or specify when not to use it, such as for checking balances or receiving funds.

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/n8m8/paypls-mcp'

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