Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

broker_quote_swap

Creates a proforma quote to swap one cryptocurrency for another between pockets, requiring subsequent confirmation to complete the exchange.

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
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)
amountYesAmount to swap from origin pocket (in origin cryptocurrency)
jwtNoOptional session token for authentication. API keys are recommended for most use cases.
Behavior3/5

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

No annotations provided, so description carries full burden. States it creates a proforma quote and requires confirmation, but does not disclose side effects like fund reservation, rate limits, or outcome if unconfirmed. Adequate but not thorough.

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?

Extremely concise, front-loaded with 'STEP 1', and every sentence is informative. No wasted words.

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 no output schema and no annotations, description adequately explains the tool's role as a provisional quote step. Could mention expected output (e.g., quote ID) but provides sufficient context for a stepwise workflow.

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?

Schema covers 100% of parameters with descriptions. Description adds value by hinting to use wallet_get_pockets for IDs, which aids parameter selection beyond schema.

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?

Description clearly states 'Swap/exchange one cryptocurrency for another between pockets' with a specific verb and resource. It distinguishes from siblings like broker_quote_buy/sell and broker_confirm_quote by specifying it's a proforma quote and step 1.

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?

Explicitly positions as 'STEP 1', states requirement of subsequent confirmation with broker_confirm_quote, and advises using wallet_get_pockets to find pocket IDs. Provides clear when-to-use and next-step guidance.

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

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