Skip to main content
Glama

Investigação Cadastral

investigacao_cnh

Read-onlyIdempotent

Dados da CNH (Carteira Nacional de Habilitação) por CPF.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
CPFNo
completoNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the read-only safety profile is covered. The description adds no additional behavioral context such as return format, data completeness, or system behavior, but it also does not contradict the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise and front-loaded, with no filler words or redundant information. It could afford a bit more structure to explain the 'completo' parameter, but as a short lookup phrase it is appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no output schema and 0% schema coverage, the description leaves important gaps: the meaning of 'completo', expected CPF formatting, and what data fields will be returned. It is minimally sufficient for identifying the domain but not complete enough for confident invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must carry parameter meaning. It mentions 'CPF' as the lookup key but does not explain the 'completo' boolean parameter at all, leaving a significant ambiguity for correct invocation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the resource (CNH data) and the lookup key (CPF), and the 'CNH' term distinguishes it from sibling investigation tools. It lacks an explicit verb like 'consult' or 'retrieve,' but the intent is unambiguous.

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

Usage Guidelines2/5

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

No guidance is provided about when to use this tool versus alternatives such as investigacao_pessoa_fisica or investigacao_beneficios_sociais. The 'por CPF' phrase implies the input key, but there is no explicit when-to-use, exclusions, or alternatives.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.