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 provide idempotentHint=true and destructiveHint=false, and the description adds the instruction to include conversation history for reproduction, which is useful. It doesn't disclose what happens after submission, but given the simple nature of the tool, this is acceptable and not contradictory.

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, direct sentence that clearly states the purpose and the key usage detail. Every word earns its place with no redundant or vague phrasing.

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 3-param tool with no output schema, the description covers the core action and the conversation parameter, but it omits explanations for message and context, and doesn't clarify the post-report behavior. It is adequate but leaves notable gaps.

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 only explicitly mentions the 'conversation' parameter, leaving the required 'message' and the optional 'context' undocumented. This is a significant gap for agents to know what to fill in.

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 uses the specific verb 'Report' with explicit targets (bug, missing feature, feedback), which immediately distinguishes it from sibling tools like authenticate or show_version. The scope is clear and unambiguous.

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?

It explicitly lists the three relevant use cases (bug, missing feature, feedback) and instructs to include the conversation array for reproduction, giving the agent strong contextual guidance. However, it does not explicitly mention alternatives or exclusions, so it stops short of a 5.

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

Most tools have clearly distinct roles, but `marketplace` overlaps with `report_bug`, `toolkit_info`, and `connect` by exposing similar actions like report_bug, list_tools, and connect links. The detailed descriptions reduce but do not eliminate the ambiguity about which entry point an agent should call.

Naming Consistency3/5

Naming mixes single-word verbs like `authenticate` and `connect` with snake_case compound names like `report_bug`, `show_version`, and `toolkit_info`, while the domain tool `der_ba_nada_consta_consultar` uses a unique, longer pattern. The names are readable and lowercased, but there is no consistent verb_noun convention across the set.

Tool Count4/5

Seven tools is within a reasonable range and each utility has a plausible role in the platform workflow. However, `marketplace` is a multi-action monolith that could easily be split into several separate tools, and some utilities are partially redundant, so the count is only slightly less clean than ideal.

Completeness4/5

The core DER BA Nada Consta consultation is covered by `der_ba_nada_consta_consultar`, and the platform utilities provide authentication, connection status, toolkit info, and support. The main gap is that credit/balance visibility and top-up are only handled indirectly through `marketplace` returned links rather than dedicated tools, but the primary consult workflow is usable.