Skip to main content
Glama

DETRAN AP: Veículo

report_bug

Idempotent

Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contextNo
messageYes
conversationNo[]

Schema Changelog

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

  1. First observed

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds no extra behavioral context (e.g., side effects, permissions, or consequences), so it relies on the annotations without further elaboration.

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?

Two concise sentences carry all essential info without redundancy. No filler or irrelevant details, making it efficient and well-structured.

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?

Given the tool's simplicity and lack of output schema, the description covers the core purpose and a key usage requirement. It does not explicitly state when to avoid using it, but this is not critical for a bug-report tool, so the overall context is adequately complete.

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 description only adds meaning for the 'conversation' parameter (as a reproduction aid), but leaves 'context' and 'message' unexplained. With schema description coverage at 0%, this is insufficient compensation for three parameters, resulting in low semantic enrichment.

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?

Description clearly states the action ('Report') and the targets ('a bug, missing feature, or send feedback'), distinguishing it from sibling tools like authenticate or connect. The purpose is unambiguous and specific.

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?

Provides implicit guidance by instructing to 'Include the conversation array with recent messages for reproduction', which tells the user what to provide. However, it does not explicitly contrast with alternative tools when one should choose this over others.

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.6/5.0
Disambiguation2/5

Several platform-level tools have overlapping boundaries: `authenticate`, `connect`, and `toolkit_info` all involve credentials/connection state in different forms, while `marketplace` is a catch-all that can invoke, install, and manage tools. The DETRAN-specific tool is distinct, but an agent could easily select the wrong meta-tool.

Naming Consistency2/5

The names mix short English verbs (`authenticate`, `connect`), noun-style tools (`marketplace`, `toolkit_info`), English verb-noun pairs (`report_bug`, `show_version`), and one Portuguese snake_case domain operation (`detran_ap_veiculo_consultar`). There is no consistent pattern an agent can rely on.

Tool Count3/5

Seven tools is not excessive in raw count, but only one tool actually addresses the DETRAN vehicle domain; the rest are generic platform, auth, billing/catalog, and support utilities. The set feels padded for a single-purpose data lookup server while still being small enough to manage.

Completeness4/5

The apparent domain is a read-only official-vehicle consultation, so the single `consultar` operation plus the auth/support tools covers the core need without an obvious dead end. However, if there are related DETRAN queries or endpoint variations, they are not exposed, so completeness is slightly limited.