Skip to main content
Glama

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 non-readOnly, non-destructive, and idempotent behavior. The description adds minimal behavioral context, only instructing to include conversation for reproduction. It doesn't describe side effects or dependencies, but given annotations, that's acceptable.

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 single, concise sentence that front-loads the purpose and includes the key instruction without wasted words.

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 description covers the primary purpose and one usage hint, but leaves 'context' undefined and doesn't clarify the format of the conversation parameter (the schema says string, not array) or the expected outcome. A bit more detail would improve completeness.

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?

The description explains the purpose of the 'conversation' parameter (for reproduction) and implies 'message' is the feedback text. However, it doesn't clarify the 'context' parameter at all. With 0% schema coverage, the description partially compensates but is incomplete.

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 function: reporting bugs, missing features, or feedback. It distinguishes from sibling tools (authentication, vehicle consultation, etc.) by its purpose.

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 provides a clear context for use (when you encounter a bug or want to send feedback) and includes a specific instruction to include the conversation array for reproduction. It doesn't explicitly mention alternatives or exclusions, but the context is clear given the sibling tools.

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 actual DETRAN query tool is unique, but several tools overlap in the auth/connection/status space: authenticate, connect, toolkit_info, and marketplace all describe related login, connection, and available-tool responsibilities. An agent could easily call the wrong one when trying to determine connection status or perform a one-off query.

Naming Consistency2/5

Naming is inconsistent: English verbs, underscore-separated English nouns, noun-style platform names, and a Portuguese object-verb form are all mixed together. There is no consistent verb_noun or domain_suffix pattern across the tool set.

Tool Count3/5

Seven tools is not too many in absolute terms, but only one tool is about the server's apparent DETRAN domain. The rest are generic platform/auth/marketplace utilities, making the set feel lopsided and not purpose-built for vehicle consultations.

Completeness3/5

For a read-only public-data query, a single consultation tool could be acceptable, but the domain surface is still very thin. There are no related operations for different query types, no explicit failure-handling mechanisms, and no other DETRAN-related capabilities to help an agent learn what is possible.