Skip to main content
Glama

DETRAN RS: Veículo

detran_rs_veiculo_consultar

Read-onlyIdempotent

DETRAN RS: Veículo, 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
renavamYes
login_cpfNo
login_senhaNo
pkcs12_certNo
pkcs12_passNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.3/5.0
Behavior4/5

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

With annotations already declaring readOnlyHint=true and destructiveHint=false, the description adds genuine context: prepaid per-query pricing model, no platform credentials required, data originates from official Brazilian government sources, and the client acts as data controller under LGPD. This is valuable because it flags cost (not exhaustive) and legal responsibility, which are meaningful behavioral constraints not captured by the structured annotations.

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

Conciseness3/5

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

It's one run-on passage cramming multiple concerns—function, hosting, payment, data sourcing, and legal compliance—into a single dense block. All content is relevant, but the structure forces the reader to parse through legal disclaimers to find the actual purpose. A short lead sentence stating the tool's function followed by a separate note on LGPD/compliance would be more effective.

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

Completeness3/5

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

With no output schema and 6 parameters, the description could add value by hinting at the response shape (e.g., 'returns vehicle owner, make, model, year'). The legal and payment aspects are thoroughly covered, but the functional output is completely silent. For a single-purpose query tool, the missing functional detail is partially excusable, but the auth parameter flow ambiguity and lack of response description leave real gaps.

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 compensate by explaining parameters, but it doesn't mention a single one. While 'placa' (license plate) and 'renavam' are self-explanatory, the optional auth parameters (login_cpf, login_senha, pkcs12_cert, pkcs12_pass) create ambiguity: are they alternatives or required together? When should an agent use CPF/password versus PKCS#12 certificate? The description entirely fails to clarify these semantics.

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 this as a vehicle query tool for DETRAN RS (Brazilian state traffic department) using an official source. The combinations of tool name ('detran_rs_veiculo_consultar') and opening phrase 'DETRAN RS: Veículo, consulta em fonte oficial' make the scope explicit. It loses a point because the description spends more prose on compliance than on stating exactly what the query returns or its full capability.

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

Usage Guidelines3/5

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

While it doesn't explicitly say 'use this when X, not Y', it conveys important usage constraints: it's a paid per-query service (prepaid credit), the caller must be LGPD-compliant, and it accesses non-confidential data from official Brazilian sources. The sibling tools (authenticate, marketplace, etc.) are sufficiently different that no exclusions are strictly necessary. However, the guidance is implicit rather than explicit about scenarios where this tool should be used or avoided.

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.