Skip to main content
Glama

DETRAN MS: Multas

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.7/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, so the description carries less safety burden. It adds useful context by explaining the conversation array is for reproduction, but does not disclose outcome/return behavior or any side effects beyond the annotations.

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 short sentences, front-loaded with the primary action, and every clause adds value, including the reproduction detail. No redundancy or filler.

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?

For a simple three-parameter, non-destructive reporting tool with good annotations, the description is largely sufficient: it states the purpose and the critical reproduction use of conversation. It is not perfect because required 'message' and optional 'context' semantics are absent, but the tool complexity is low and no output schema is promised.

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 for all three parameters, but it only mentions 'conversation' and only as an 'array', which conflicts with the schema's string type and default '[]'. It does not clarify the required 'message' field or optional 'context', leaving the agent without full parameter semantics.

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 uses specific verb 'Report' with explicit targets 'bug, missing feature, or send feedback', clearly identifying the tool's scope. Sibling tools are unrelated, so there is no ambiguity about what this tool does.

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 intended use is implied by the opening phrase, and the instruction to include the conversation array for reproduction gives practical 'how-to' guidance. However, there is no explicit when-to-use or when-not-to-use wording, and no alternative tools are mentioned; since siblings are dissimilar, this is acceptable but not strong.

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
Disambiguation2/5

The DETRAN query tool is clear, but `marketplace` is a meta-tool that overlaps with `connect`, `authenticate`, `toolkit_info`, and even `report_bug`. Since multiple tools can handle connection URLs, listing callable tools, reporting bugs, or running the same DETRAN query, an agent has ambiguous entry points for the same capability.

Naming Consistency2/5

Names are mixed across styles: single tokens (`authenticate`, `connect`, `marketplace`), verb_noun (`report_bug`, `show_version`), and `detran_ms_multas_consultar`, which places the verb at the end. The set has no consistent naming convention, making the handful of tools feel more arbitrary than organized.

Tool Count3/5

Seven tools is a reasonable raw number, but the the set is not well scoped: six are generic platform utilities and only one tool is actually DETRAN-specific. For a server named 'DETRAN MS: Multas', the real DETRAN surface is thin and the platform 'platform furniture' carries most of the tool count.

Completeness4/5

For the read-only consultation scope, `detran_ms_multas_consultar` covers the core operation, and the platform tools cover auth, connectivity, versioning, bug reporting, and marketplace access. Extra DETRAN workflows such as payment or appeals are not represented, but they are also not promised by the tool descriptions.