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 cover safety (readOnlyHint=false, destructiveHint=false, idempotentHint=true), so the bar is lower. The description adds that the conversation array is included for reproduction, implying the data is transmitted. It does not disclose side effects beyond submission, but is not misleading and adds some behavioral context.

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 with the main purpose front-loaded. It wastes no words and is appropriately sized for the tool's simplicity.

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 feedback tool with no output schema and no nested objects, the description is adequate but incomplete. It provides the core purpose and a hint for one parameter, but fails to describe the required message field or any expected response. It is a minimum viable description with clear 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 explains the purpose of the 'conversation' parameter (recent messages for reproduction) but does not clarify the required 'message' parameter or the optional 'context' parameter. This leaves significant semantic gaps.

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 and resource: 'Report a bug, missing feature, or send feedback.' This distinguishes it from the unrelated sibling tools (authenticate, marketplace, sefaz_ce_nfe_consultar, etc.).

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 on when to use the tool (for bugs, missing features, feedback) and even gives a usage hint ('Include the conversation array with recent messages for reproduction'). It does not explicitly discuss alternatives or when not to use it, but the context is sufficient 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

B3.4/5.0
Disambiguation4/5

Most tools have clearly distinct purposes: authenticate handles login, connect reports status, marketplace is the catalog/execution hub, report_bug is feedback, show_version is version info, and toolkit_info shows installed MCPs. The main ambiguity is between connect and toolkit_info, both reporting connection status, but their descriptions differentiate them enough.

Naming Consistency2/5

Tool names follow no consistent pattern. Some are bare verbs (authenticate, connect), some are verb-noun (report_bug, show_version), one is a noun (marketplace), one is snake_case with a domain prefix (sefaz_ce_nfe_consultar), and one is a compound noun (toolkit_info). The inconsistency is distracting and doesn't hint at the tool's function.

Tool Count4/5

With 7 tools, the count is well within the recommended range. Each tool has a clear role in the platform's workflow, from authentication to marketplace access to version checks. The count feels appropriate for a platform wrapper that also hosts a single domain-specific operation.

Completeness2/5

The server's stated purpose (SEFAZ CE: NFE) is served by only one tool, sefaz_ce_nfe_consultar, offering consultation but no other lifecycle operations (e.g., list, validate, download). The platform-level tools are comprehensive, but the domain coverage is extremely thin, leaving obvious gaps for any real NFE workflow.