Skip to main content
Glama

DETRAN PR: Veículo (Extrato)

detran_pr_veiculo_consultar

Read-onlyIdempotent

DETRAN PR: Veículo (Extrato), 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
renavamYes
pkcs12_certYes
pkcs12_passYes

Schema Changelog

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

  1. First observed

TDQS

B3.4/5.0
Behavior4/5

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

Beyond the annotations, it adds meaningful operational context: platform-hosted, no platform credentials, pay-per-query with prepaid credit, data available to citizens, and client data-controller responsibilities under LGPD. It does not describe the return payload, but the read-only annotation already signals safety.

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 purpose is front-loaded in the first sentence, and the remaining sentences add useful operational and legal context. It is compact and readable, though some legal/boilerplate phrasing could be tightened.

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?

There is no output schema, and the description does not explain what the tool returns, likely error conditions, or rate/usage limits. While the high-level purpose and context are present, parameter semantics and response expectations are missing, leaving the agent under-informed for invocation.

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

Parameters1/5

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

The schema has three required parameters with zero description coverage, and the description does not explain renavam, pkcs12_cert, or pkcs12_pass. The description fails to compensate for the lack of parameter documentation.

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 clearly identifies the tool as a DETRAN PR vehicle extract query against an official source. It is specific about the resource (Veículo/Extrato) and action (consulta), and it distinguishes itself from the unrelated sibling tools.

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?

The description provides useful context: official Brazilian source, non-confidential data, prepaid per-query model, and LGPD compliance. However, it does not explicitly state when to use this tool versus alternatives or when not to use it.

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.

TDQS

A3.5/5.0
Disambiguation4/5

Most tools are distinct: domain-specific query vs. platform utilities. However, 'authenticate' and 'connect' overlap in managing connections, which could cause misselection. The remaining tools are clearly separate.

Naming Consistency2/5

Names are inconsistent: most are camelCase (e.g., 'marketplace', 'report_bug', 'show_version') but the domain tool uses snake_case ('detran_pr_veiculo_consultar'). Mixed conventions and no unified verb-noun pattern.

Tool Count3/5

Seven tools is within a reasonable count, but only one is domain-specific; the rest are generic MCP platform utilities. This feels like a bundle rather than a focused DETRAN server, making scope unclear.

Completeness2/5

The DETRAN domain is represented by a single consulting tool. No update, delete, or other lifecycle operations. While the service may be read-only, the lack of any additional domain actions leaves the surface thin.