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

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

Annotations provide idempotentHint=true, readOnlyHint=false, and destructiveHint=false. The description adds the instruction to include the conversation array for reproduction, giving extra context. However, it doesn't clarify side effects, authentication requirements, or what happens after reporting. No contradictions with 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?

The description is two sentences long, front-loads the core purpose, and includes only essential information. Every word contributes to understanding the tool's function without redundancy.

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 bug-reporting tool with no output schema and simple parameters, the description provides the key operational detail (include conversation for reproduction). It could mention expectations post-submission or any side effects, but given the tool's simplicity and the annotations covering safety, it is reasonably 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?

Schema description coverage is 0%, so the description must compensate. It mentions 'conversation array with recent messages for reproduction,' which partially explains the 'conversation' parameter. However, the required 'message' field is not described, and 'context' is ignored. The description falls short of adequately explaining parameter meaning given the complete lack of schema descriptions.

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 starts with 'Report a bug, missing feature, or send feedback,' clearly stating the tool's purpose with a specific verb and resource. It effectively conveys what the tool does, and while it doesn't explicitly distinguish from siblings, the siblings are unrelated, so the purpose is unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool vs. alternatives or under what circumstances to avoid it. It implies usage through 'Report a bug,' but there are no explicit exclusions or references to sibling tools, leaving the agent without decision support.

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 are individually distinct (auth, connectivity, marketplace, bug reporting, etc.), but as a set they are confusing because most are generic platform utilities unrelated to CNH consultation. Only one tool is domain-specific, creating an unclear boundary between the server's purpose and general platform management.

Naming Consistency5/5

All tool names follow the same snake_case pattern (authenticate, connect, detran_pr_cnh_consultar, marketplace, report_bug, show_version, toolkit_info). The convention is consistent throughout, with clear and readable names.

Tool Count2/5

With 7 tools, the total count is within a normal range, but the vast majority are platform utilities not specific to DETRAN PR CNH. Only one tool actually relates to the server's stated domain, making the set feel bloated and unfocused for the intended purpose.

Completeness2/5

The only domain-specific tool is a single consultation endpoint. There are no other CRUD or lifecycle operations for CNH data, and the inclusion of generic platform tools does not add domain coverage. The surface appears minimal, likely lacking common operations like check status, update, or list.