Skip to main content
Glama

DETRAN MG: IPVA

detran_mg_ipva_consultar

Read-onlyIdempotent

DETRAN MG: IPVA, consulta em fonte oficial. Hospedado pela plataforma, sem credenciais da plataforma, pague por consulta com crédito pré-pago. Consulta informação de fontes e órgãos oficiais brasileiros (a mesma disponível ao cidadão), não é dado sigiloso. O cliente é o controlador dos dados e responde pela finalidade legítima (LGPD).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
placaYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changed
    • removedInput schema / properties / ano
      Removed value: -{
      -  "type": "string"
      -}
    • addedInput schema / properties / placa
      Added value: +{
      +  "type": "string"
      +}
    • removedInput schema / properties / renavam
      Removed value: -{
      -  "type": "string"
      -}
    • changedInput schema / required
      Previous value: -[
      -  "renavam"
      -]New value: +[
      +  "placa"
      +]
  2. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnly, idempotent, non-destructive behavior. The description adds useful behavioral context: no platform credentials are required, payment is per-query via prepaid credit, and the data is non-confidential/citizen-accessible. It also notes LGPD-related responsibility, which is meaningful for an agent deciding whether to call the tool.

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

Conciseness5/5

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

The description is front-loaded with the core purpose, followed by concise operational and legal context. Every sentence contributes information relevant to an agent's decision to invoke the tool: what it does, how it is billed, what data scope applies, and legal responsibility.

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

Completeness4/5

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

For a simple one-parameter lookup with safety covered by annotations, the description is largely complete: it states data source, credential requirements, billing model, and data sensitivity. It could spell out the expected license-plate format or describe the return payload, but the absence of an output schema lowers the burden.

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?

The schema has one required parameter, 'placa', with no description (0% schema description coverage). The tool description never mentions the parameter or expected format, so it does not compensate for the missing schema guidance. The parameter name and tool name make the intent somewhat inferable, but the description adds no direct semantic value.

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

Purpose5/5

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

The description opens with 'DETRAN MG: IPVA, consulta em fonte oficial', naming a specific resource (DETRAN-MG IPVA) and action (consulta). This clearly identifies the tool's function and differentiates it from the unrelated sibling tools like authenticate and marketplace.

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

Usage Guidelines4/5

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

The description provides clear operational context: it is a paid, prepaid-credit lookup from official Brazilian sources, with no platform credentials required. It does not explicitly name alternatives or exclusion conditions, but the intended use case is strongly implied and context is clear.

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.