Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

broker_quote_swap

Idempotent

Exchange one cryptocurrency for another between your Bit2Me pockets by generating a proforma quote. Provide the source pocket, destination pocket, and amount, then confirm the quote to complete the swap.

Instructions

STEP 1: Swap/exchange one cryptocurrency for another between pockets. Creates a proforma quote. Use wallet_get_pockets to find pocket IDs. REQUIRES subsequent confirmation with broker_confirm_quote. [PRIVATE]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
jwtNoOptional session token for authentication. API keys are recommended for most use cases.
amountYesAmount to swap from origin pocket (in origin cryptocurrency)
idempotency_keyNoStable key for this logical action (UUID recommended). Reuse the same value when retrying after a timeout so Bit2Me does not execute twice. Auto-generated if omitted.
origin_pocket_idYesSource pocket UUID containing cryptocurrency to swap (e.g., BTC pocket)
destination_pocket_idYesTarget pocket UUID to receive different cryptocurrency (e.g., ETH pocket)
Install Server

TDQS

A4.2/5.0
Behavior4/5

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

Annotations do not cover quote vs. execution behavior, so the description adds valuable context by calling this a 'proforma quote' and requiring later confirmation. This prevents the agent from believing the swap is executed atomically. No contradiction with annotations exists.

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?

Three dense sentences, with the core action first, prerequisites second, and required follow-up last. The 'STEP 1' marker clearly sets expectations, and every sentence contributes value without repetition.

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?

The description covers the action, how to find input IDs, and the mandatory next step. The main gap is that it does not specify what the returned proforma quote contains or how to reference it in broker_confirm_quote, but the two-step workflow is still reasonably clear.

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 params are already well documented. The description adds only procedural context ('Use wallet_get_pockets to find pocket IDs'), which slightly supplements the origin/destination parameters but is not needed to understand them.

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 states a specific action ('Swap/exchange one cryptocurrency for another between pockets') and clarifies it 'Creates a proforma quote.' It clearly differentiates this from sibling buy/sell/confirm tools by describing the swap-between-pockets workflow.

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?

Directs the agent to 'Use wallet_get_pockets to find pocket IDs' and explicitly says it 'REQUIRES subseuent confirmation with broker_confirm_quote,' which frames the correct usage flow. It does not explicitly say when not to use it versus buy/sell, but the description's scope is clear enough.

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/bit2me-devs/bit2me-mcp'

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