Skip to main content
Glama
RodrigoFlorencio86

mcp-mercado-bitcoin

mb_get_balances

Retrieve asset balances for your Mercado Bitcoin account. Shows available, on hold, and total amounts for each asset, hiding zero balances by default.

Instructions

Get asset balances for an account. Shows available, on_hold (in open orders), and total for each asset. By default, only returns assets with balance > 0 (most common use case). Set hide_zero=false to include all 1900+ assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYesAccount ID (use mb_list_accounts to find it)
hide_zeroNoHide assets with zero balance (default: true)
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses the returned fields, the default filtering of zero-balance assets, and the asset count (1900+). This goes beyond a bare 'gets balances' by explaining the data shape and a key behavioral nuance.

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 three sentences, front-loaded with the primary purpose, and every sentence adds value. There is no redundant phrasing or filler.

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?

For a two-parameter getter with no output schema, the description covers the return fields, default behavior, and how to control the result set. It does not go into pagination or error handling, but these are not necessary for this simple tool given the sibling context and parameter coverage.

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?

The schema already has 100% coverage with descriptions for both parameters. The description adds extra context: it tells users how to find accountId via mb_list_accounts, and it explains the practical effect of hide_zero with a concrete example. This enriches the schema's minimal descriptions.

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 opens with a specific verb and resource: 'Get asset balances for an account.' It further clarifies the scope by listing the fields (available, on_hold, total) and the behavior around zero balances. This clearly distinguishes it from sibling tools like mb_get_positions or mb_list_accounts.

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 gives clear context on the default behavior and how to change it ('most common use case', 'Set hide_zero=false'). It does not explicitly name alternatives or state when not to use this tool, but the context is sufficient for typical use cases.

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/RodrigoFlorencio86/mcp-mercado-bitcoin'

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