investigacao_prf_infracoes
Infrações da Polícia Rodoviária Federal por placa + RENAVAM.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| TIPO | Yes | ||
| PLACA | Yes | ||
| RENAVAM | Yes | ||
| completo | No |
Infrações da Polícia Rodoviária Federal por placa + RENAVAM.
| Name | Required | Description | Default |
|---|---|---|---|
| TIPO | Yes | ||
| PLACA | Yes | ||
| RENAVAM | Yes | ||
| completo | 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, destructiveHint=false, and idempotentHint=true, covering safety. The description adds the specific resource (PRF infractions) but provides no additional behavioral details such as data freshness, limitations, or authentication requirements. With annotations carrying the safety profile, this is acceptable but minimal.
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 concise sentence that front-loads the core purpose. It is efficient, with zero wasted words, and effectively communicates the tool's primary function.
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?
Given the tool has 4 parameters, no output schema, and no parameter descriptions, the single-line description is insufficient. It doesn't explain return data, parameter options, or usage context, making it incomplete for an agent to invoke correctly.
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 4 parameters with 0% description coverage. The description only mentions plate and RENAVAM but ignores TIPO and 'completo', leaving their semantics unclear. It fails to compensate for the lack of schema descriptions, so the agent lacks critical parameter understanding.
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 the tool retrieves PRF infractions by plate and RENAVAM, distinguishing it from sibling investigation tools focused on other domains like CNH or vehicle history. The purpose is specific and unambiguous.
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 is provided on when to use this tool versus other investigation tools, such as investigacao_cnh or investigacao_veiculo_placa. It simply states the function without context, prerequisites, or exclusions, leaving the agent to infer usage.
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.