Skip to main content
Glama
bit2me-devs

Bit2Me MCP Server

by bit2me-devs

broker_quote_sell

Create a proforma quote to sell cryptocurrency from a source pocket to a fiat pocket, requiring later confirmation.

Instructions

STEP 1: Sell cryptocurrency to receive fiat balance in 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 cryptocurrency (e.g., BTC pocket)
destination_pocket_idYesTarget pocket UUID to receive fiat currency (e.g., EUR pocket)
amountYesAmount to sell 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?

The description mentions it creates a 'proforma quote' and is tagged '[PRIVATE]', but with no annotations, it lacks details on idempotency, expiration, or side effects. It does not confirm whether the operation is read-only or if it modifies state.

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 concise, front-loading the main action in a single sentence. Additional context (pocket IDs, required confirmation, private tag) is included without redundancy, though a more structured format could improve readability.

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?

No output schema is provided, and the description does not explain the return value (e.g., quote ID, expiration, prices). Given the tool requires a subsequent confirmation step, describing the output is important for the agent to proceed correctly.

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%, so the schema documents each parameter. The description adds value by directing users to wallet_get_pockets for finding pocket IDs, but does not elaborate on amount format or other parameter specifics beyond the 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?

The description clearly states the tool's purpose: 'Sell cryptocurrency to receive fiat balance in a pocket. Creates a proforma quote.' It uses specific verbs and resources, and distinguishes itself from sibling tools like broker_confirm_quote (confirmation step) and broker_quote_buy.

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 labels this as 'STEP 1' and explicitly states 'REQUIRES subsequent confirmation with broker_confirm_quote.' It also instructs users to use wallet_get_pockets to find pocket IDs, providing clear prerequisites. However, it does not explicitly state when not to use this tool.

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