Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

broker_quote_buy

Create a proforma quote to buy cryptocurrency using fiat from a selected pocket, requiring subsequent confirmation to execute the trade.

Instructions

STEP 1: Buy cryptocurrency using fiat balance from a pocket. 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 fiat currency (e.g., EUR pocket)
destination_pocket_idYesTarget pocket UUID to receive cryptocurrency (e.g., BTC pocket)
amountYesAmount to spend from origin pocket (in origin currency)
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 are provided, so the description must convey all behavioral traits. It explains that it creates a proforma quote (not final) and requires confirmation. However, it does not disclose side effects like fund reservation, rate locking, or potential costs. With no annotations, more detail would be beneficial.

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 two sentences plus a note, which is concise and front-loaded with the key action. The 'STEP 1:' and '[PRIVATE]' are slightly extraneous but do not significantly detract from clarity.

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

Completeness3/5

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

Given the complexity of a two-step process and no output schema, the description covers the prerequisite (wallet_get_pockets) and the need for confirmation. However, it lacks information on what the proforma quote contains (e.g., rates, fees, expiration), which would help agents understand the output.

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 coverage is 100%, and each parameter already has descriptions in the input schema. The description does not add new semantic information beyond what is in the schema, so a baseline score of 3 is appropriate.

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 clearly states it is for buying cryptocurrency with fiat and creating a proforma quote. It distinguishes from siblings like broker_quote_sell (sell) and broker_quote_swap (swap) by specifying 'Buy'. However, the 'STEP 1:' prefix and '[PRIVATE]' label add minor noise.

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?

Explicitly states that this is STEP 1 and requires subsequent confirmation with broker_confirm_quote. It also directs users to wallet_get_pockets for pocket IDs. It does not explicitly mention when not to use it or alternatives, but the required follow-up is clear.

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