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

B3.1/5.0
Behavior3/5

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

Annotations indicate idempotentHint=true, readOnlyHint=false, destructiveHint=false. The description adds that the conversation array should be included for reproduction, which is a behavioral detail beyond annotations. However, it doesn't disclose what happens after submission (e.g., confirmation, tracking ID) or any side effects. Since annotations already cover safety, a 3 is appropriate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise, two sentences, and front-loaded with the purpose. It includes a key usage hint (conversation array) without unnecessary fluff. It earns a 4 because it is efficient, though it could be slightly more structured with parameter guidance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has 3 parameters, no output schema, and no schema description coverage, the description is incomplete. It doesn't explain the 'context' parameter, the expected format of 'conversation' (string vs array), or what happens after reporting. For a feedback tool, it should clarify submission behavior and parameter usage.

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' but the schema defines 'conversation' as a string (likely JSON), not an array. It doesn't explain the 'context' parameter or the format of 'message'. The description adds minimal value beyond the schema, leaving the agent uncertain about parameter formats and semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Report a bug, missing feature, or send feedback.' It uses a specific verb ('report') and resource ('bug/missing feature/feedback'), and it distinguishes from siblings by focusing on user feedback rather than account operations or version info. However, it doesn't explicitly contrast with sibling tools, so it's not a 5.

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

Usage Guidelines3/5

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

The description implies when to use this tool (when reporting bugs or feedback) but does not explicitly state when not to use it or mention alternatives. It provides a hint about including the conversation array for reproduction, which is useful context, but lacks explicit exclusions or alternative tool references.

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
Disambiguation4/5

Most tools have clearly distinct purposes: the rede_* tools cover specific financial data (charges, account, extract, receivables, sales), while authenticate/connect/toolkit_info handle authentication/status with some overlap but distinct focuses. The marketplace tool is a multi-action mega-tool, but its description clearly delineates between search, describe, invoke, install, and subscription actions, reducing ambiguity.

Naming Consistency2/5

Naming is inconsistent: some tools use English verbs (authenticate, connect, report_bug), others use Portuguese nouns (rede_cobrancas, rede_conta, rede_extrato), and two use a mix of noun and verb (rede_vendas_listar, rede_vendas_resumo). The rede_* prefix provides some consistency, but the overall pattern lacks a uniform verb_noun structure, making it harder to predict tool names.

Tool Count4/5

With 12 tools, the count is reasonable for a platform that combines toolkit management and Rede-specific financial queries. The marketplace tool consolidates many actions into one, which keeps the count manageable. Slightly fewer tools might be cleaner, but it's not excessive given the breadth of functionality.

Completeness4/5

The server covers the essential lifecycle for both toolkit management (search, describe, invoke, install, subscribe, cancel) and Rede financial data (list sales, summary, charges, account, extract, receivables). Minor gaps exist, such as no explicit logout or disconnect tool, and the marketplace bundles many actions that could be split, but the overall surface is comprehensive for its intended use.