omie_get_category
Detalha uma categoria do plano de contas pelo código (ConsultarCategoria), ex.: "2.01.02".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| codigo | Yes | ||
| account | No |
Detalha uma categoria do plano de contas pelo código (ConsultarCategoria), ex.: "2.01.02".
| Name | Required | Description | Default |
|---|---|---|---|
| codigo | Yes | ||
| account | No |
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations declare a safe, read-only, idempotent operation. The description adds the example code format, but does not clarify what the account parameter is or how returns are shaped.
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?
Single compact sentence with a concrete example; front-loaded and free of filler.
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 two-parameter tool with 0% schema documentation and no output schema, the description omits what account means and provides no behavioral details beyond annotations, leaving gaps for correct invocation.
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 description coverage is 0%, so both parameters are undocumented. The description only illustrates the codigo format ('2.01.02') and gives no meaning for account, failing to compensate for the coverage gap.
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?
States a specific verb (Detalha/retrieves) and resource (categoria do plano de contas) with an example code value. Distinguishable from omie_list_categories, but sibling differentiation is not explicitly stated.
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 omie_list_categories or when not to. Usage must be inferred from the name and description alone.
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.