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

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

Annotations already indicate the tool is idempotent and non-destructive. The description adds the instruction to include the conversation array for reproduction, providing useful context. However, it does not disclose what happens when a report is sent (e.g., where it goes, confirmation), so the behavioral picture remains partial.

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 entire description is a single sentence that efficiently communicates purpose and a key parameter instruction. There is no redundancy or filler, making it easy to parse.

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?

For a simple reporting tool with no output schema, the description covers core purpose and the most important parameter. However, it omits details about the 'context' parameter and any response behavior, leaving some gaps for an agent that needs to use it effectively.

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?

The schema has 0% description coverage, so the description must compensate. It explains only the 'conversation' parameter (for reproduction), but the 'message' and 'context' parameters are left undefined. Although 'message' is inferable from the tool's purpose, 'context' remains ambiguous, and the overall parameter semantics are under-explained.

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,' which clearly states the action and the target. It also mentions including conversation array for reproduction, adding specificity and distinguishing this from sibling tools like authenticate or show_version.

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 defines exactly when to use this tool: for reporting bugs, missing features, or feedback. It does not explicitly mention when not to use it or name alternatives, but the context is clear given the sibling tools are unrelated.

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

Each tool has a clearly distinct purpose: authenticate handles login, connect checks connection status, ibama_embargos_consultar is the only domain operation, and the rest are platform utilities. No two tools overlap in function.

Naming Consistency2/5

Naming styles are mixed: single verbs (authenticate, connect), a Portuguese snake_case domain tool (ibama_embargos_consultar), and English verb_noun combinations (report_bug, show_version, toolkit_info). This inconsistency makes the set feel disjointed.

Tool Count3/5

The count of 7 is within a reasonable range, but the server named 'IBAMA Embargos' carries only one domain tool while the other six are generic platform utilities. This composition dilutes the server's focus and makes the count feel disproportionate to its stated purpose.

Completeness2/5

The domain surface is severely limited: only a single consult operation for embargo certificates. There are no other domain-relevant actions, and the platform tools are unrelated to the core domain, leaving obvious gaps for any workflow beyond a simple query.