b3_list_negociacoes
Negociações (compras/vendas) num intervalo de datas. Paginado por page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| account | No | ||
| dataFim | No | ||
| dataInicio | No |
Negociações (compras/vendas) num intervalo de datas. Paginado por page.
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| account | No | ||
| dataFim | No | ||
| dataInicio | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, so the description does not need to restate safety. The description adds pagination behavior. However, it does not mention authentication requirements, rate limits, or any side effects beyond what annotations provide.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, which is very concise. It front-loads the core purpose and pagination detail. However, it could be slightly expanded without becoming verbose, e.g., adding a second sentence about required parameters.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
No output schema exists, and the description does not describe the return format (e.g., list of trade objects with fields). It also lacks context about data freshness, authentication (sibling includes authenticate tool), or pagination limits. For a moderate-complexity tool with 4 parameters, this is incomplete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It explains page (paginated) and implies that dataFim/dataInicio define the date range. But no details on date format, account meaning, or any defaults. Users must guess the parameter semantics.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states it lists negotiations (compras/vendas) within a date range and mentions pagination. This is specific enough to distinguish from sibling tools like b3_list_ativos (list assets) or b3_get_carteira (get portfolio). However, it does not explicitly state the exchange context (B3) or that it returns a list of trades.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance on when to use this tool versus alternatives (e.g., b3_get_posicao for current positions, b3_list_movimentacao for different transactions). No mention of prerequisites, exclusions, or contexts where it should not be used.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.