b3_get_ultima_atualizacao
Data/hora da última carga de dados da B3 (a base é D-1). Use para saber quão fresca está a posição.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
Data/hora da última carga de dados da B3 (a base é D-1). Use para saber quão fresca está a posição.
| Name | Required | Description | Default |
|---|---|---|---|
| account | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and destructiveHint. Description adds that data is based on D-1 (one business day delay), which is useful behavioral context beyond annotations. No contradictions.
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?
Two sentences: the first states what the tool returns, the second gives usage advice. No filler, front-loaded with key information.
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?
For a simple read-only metadata tool with one optional parameter and no output schema, the description covers main purpose and usage. However, it omits explanation of the optional parameter and the format of the returned date/time. Annotations mitigate safety concerns.
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 has one optional parameter 'account' (string) with 0% description coverage. The description does not explain what 'account' means or when to provide it, leaving the agent without guidance on its purpose.
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?
Description clearly states the tool returns the date/time of the last B3 data load and implies its use to check data freshness. It is distinct from sibling tools like b3_get_carteira, but does not explicitly differentiate.
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?
The description says 'Use para saber quão fresca está a posição' (use to know how fresh the position is), providing context for when to call it before using position-dependent tools. It does not state alternatives or exclusions, but the use case is clear.
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.