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

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

Annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true, covering high-level behavior. The description adds only the instruction to include the conversation for reproduction, which is more of a parameter guideline than a behavioral trait. It does not disclose any side effects, such as where the report goes or if data is sent externally.

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 immediately adds the key instruction. There is no filler or redundancy; every clause earns its place.

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 tool with three string parameters and no output schema, the description covers the core purpose and gives one reproduction hint. However, it lacks details on expected formats (e.g., conversation string vs. array), what to place in 'context', and any post-submission behavior. While annotations provide some safety context, the description leaves enough ambiguity that an agent might misformat inputs.

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 the 'conversation array' and its purpose for reproduction, but does not clarify that 'conversation' is a string (JSON array string) per the schema, nor does it explain the 'message' and 'context' parameters beyond the tool's general purpose. Significant gaps remain for parameter understanding.

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 purpose with a specific verb ('Report') and resource ('a bug, missing feature, or feedback'). It distinguishes from siblings because none of the sibling tools (authenticate, connect, marketplace, etc.) relate to reporting or feedback.

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 clear context for when to use the tool: to report a bug, missing feature, or feedback. It also gives a specific instruction to include the conversation array. However, it does not explicitly mention when not to use it or alternative tools, though the sibling list makes alternatives unlikely.

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

Most tools have distinct roles, but connect, toolkit_info, and marketplace.list_tools overlap in reporting connection status and installed tools, which could cause an agent to call the wrong one. The single domain tool is clearly separate, but the platform tools have some fuzzy boundaries.

Naming Consistency2/5

Naming is inconsistent: it mixes English and Portuguese (authenticate vs bacen_inabilitados_consultar), snake_case (report_bug, show_version) and single words (connect, marketplace), and uses an unusual object-verb order in the Portuguese tool name. No clear pattern is maintained across the set.

Tool Count4/5

With 7 tools, the count is within a reasonable range. However, the server is mostly platform utilities with only one domain-specific tool, making it feel like a meta-server rather than a focused BACEN domain tool, though this is not severe enough to score lower.

Completeness4/5

The single domain operation (CPF lookup) is complete for its narrow purpose, and the platform tools cover authentication, status, discovery, and support well. Minor gaps exist (e.g., no batch query or detailed historical data for inabilitados), but not enough to cause agent failures.