Skip to main content
Glama

DETRAN DF: Veículo (Mobile)

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

A4/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=false, destructiveHint=false, and idempotentHint=true, covering the core behavioral traits. The description adds the instruction to include conversation history but does not describe side effects or what happens after reporting. Since annotations are present, the description's minimal extra context keeps the score at baseline 3—it neither contradicts nor significantly enhances.

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 a concise two-sentence structure, with the first sentence front-loading the purpose and the second providing actionable guidance. Every word is necessary, and there is no redundancy or fluff, achieving high efficiency.

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?

The tool is simple (3 parameters, no output schema, no nested objects), and the description covers the purpose and the key reproduction hint. Annotations supply the remaining behavioral context. It does not need to elaborate further, making it complete for the tool's complexity.

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

Parameters3/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. It mentions the conversation array explicitly ('Include the conversation array with recent messages for reproduction'), adding meaning to the 'conversation' parameter. However, it does not explain the 'context' parameter, and 'message' is self-evident. The description partially adds value beyond the schema but leaves some parameters vague, warranting a middle score.

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 states the tool's purpose with a specific verb ('Report a bug, missing feature, or send feedback') and identifies the resource. It distinguishes itself from sibling tools like authenticate, connect, or marketplace by focusing on issue reporting, making it unambiguous for an agent to select.

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 explains when to use the tool (for reporting bugs, missing features, or feedback) and explicitly instructs to include the conversation array for reproduction. However, it does not explicitly state when not to use it or mention any alternative tools, though the context makes the usage 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.

TDQS

B3.4/5.0
Disambiguation3/5

The tools serve distinct purposes (auth, consultation, marketplace, system info), so an agent can usually tell them apart. However, 'authenticate' and 'connect' have overlapping roles regarding credentials, and 'marketplace' is a catch-all that blurs the boundary between platform and domain tools.

Naming Consistency2/5

Names mix verbs (authenticate, connect), noun phrases (marketplace, toolkit_info), and a long snake_case domain call (detran_df_veiculo_mobile_consultar). No consistent verb_noun pattern, and the naming style shifts across tools.

Tool Count2/5

7 tools is a reasonable count, but the server's stated purpose (DETRAN vehicle consultation) is served by only one domain tool; the other six are generic platform utilities that belong to a broader MCP toolkit. This scope mismatch makes the count feel inflated and unfocused.

Completeness2/5

For a domain-specific server, the surface is nearly empty: only one consultation operation with no related CRUD or auxiliary functions (e.g., history, multiple vehicle types, correction). The remaining tools are unrelated to the domain, leaving obvious gaps for real vehicle queries.