Skip to main content
Glama
RodrigoFlorencio86

mcp-mercado-bitcoin

mb_list_all_orders

Retrieve all orders across every trading pair for a specified account. Get a complete view of trading activity with filters for status, symbol, page size, and executions.

Instructions

List orders across ALL trading pairs for an account. Useful for getting a complete picture of trading activity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sizeNoPage size
statusNoFilter by status
symbolNoOptional symbol filter
accountIdYesAccount ID
has_executionsNoFilter orders that have fills
Behavior2/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It states the tool lists orders but does not disclose behaviors such as pagination, filtering capability, return format, or whether it includes all statuses. This is a significant gap for a tool with many optional filters.

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 two concise, front-loaded sentences. Every word adds value: 'List orders across ALL trading pairs' states the action and scope, and 'complete picture of trading activity' explains the use case. There is no redundancy or filler.

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?

The description adequately conveys the core function but lacks important context. It does not mention that the tool supports optional filters (size, status, symbol, has_executions) or describe the return structure, which is especially relevant given there is no output schema and no annotations. The schema covers parameters, but the description could be more complete about behavior and results.

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%, so the baseline is 3. The description adds no additional meaning beyond the schema; it does not explain parameters like status, size, or has_executions. The schema already documents these adequately, so no penalty is applied, but there is no extra value from the description.

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 across ALL trading pairs for an account, which is a specific verb+resource+scope. The emphasis on 'ALL trading pairs' and 'complete picture' distinguishes it from the sibling tool mb_list_orders, which likely has a narrower scope.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage for getting a comprehensive view of trading activity, but it does not explicitly state when to use this tool versus alternatives like mb_list_orders, nor does it mention any exclusions or prerequisites. The guidance is only implied.

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