Skip to main content
Glama
RodrigoFlorencio86

mcp-mercado-bitcoin

mb_list_orders

Retrieve orders for a trading pair on Mercado Bitcoin with filters for status, side, and date range. Get detailed order information including executions.

Instructions

List orders for a specific trading pair. Filter by status, side, date range. Returns order details including executions (fills).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sideNoFilter by side
id_toNoEnd order ID
statusNoFilter by status
symbolYesTrading pair, e.g. BTC-BRL
id_fromNoStart order ID
accountIdYesAccount ID
created_at_toNoEnd date (ISO 8601)
has_executionsNoFilter orders that have fills
created_at_fromNoStart date (ISO 8601)
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It discloses that results include executions/fills, but does not mention pagination, ordering, or rate limits. No contradictions with annotations.

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?

Two concise sentences, front-loaded with the main verb and scope. 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?

The description covers the core purpose, filters, and return value (executions/fills). Given the moderate complexity and no output schema, it is mostly complete, though it lacks pagination or limit details.

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% for all 9 parameters, so the baseline is 3. The description references status, side, and date range, but doesn't add meaning 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 lists orders for a specific trading pair, with a specified scope and filter options. It distinguishes itself from sibling mb_list_all_orders by emphasizing 'specific trading pair'.

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 implies usage for querying orders of a specific pair and mentions filter criteria, providing clear context. However, it does not explicitly name alternatives like mb_get_order or mb_list_all_orders, nor exclusions.

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