Skip to main content
Glama

DETRAN PR: Veículo (Extrato)

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.8/5.0
Behavior3/5

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

The description discloses that the tool sends/report an action and explains its reproduction context, which goes beyond the annotations. It does not describe a response/outcome or idempotent behavior, though the idempotentHint and destructiveHint annotations provide partial safety context.

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 purposeful sentences: the first defines the tool's scope, the second gives the most important invocation detail. No filler or redundant restatement of schema fields.

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?

The tool is conceptually simple and the description covers its basic purpose, but it's not fully invocation-ready because the conversation parameter format is ambiguous and the context parameter is left undocumented. An extra sentence about serializing conversation or what context means would close the gap.

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?

With 0% schema description coverage, the description must compensate by explaining parameters. It clarifies the conversation/reproduction data intent, but 'context' is never explained, and calling the conversation parameter a string 'conversation array' creates ambiguity about whether it should be a JSON array or a JSON-encoded string.

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?

Uses a specific verb-plus-resource combination: 'Report a bug, missing feature, or send feedback.' It clearly frames the tool as a user feedback channel and distinguishes it from sibling tools, none of which compete for feedback submission.

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?

Gives clear when-to-use guidance and adds an explicit instruction to include the conversation array with recent messages for reproduction. It doesn't mention exclusions or alternatives, but no sibling tool is a plausible substitute.

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.