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.9/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 does not contradict them. It adds a useful behavioral requirement that the conversation array should be included for reproduction, but it does not say anything about the delivery destination, success acknowledgement, or side effects beyond sending the report.

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 only two sentences and about 17 words. It front-loads the main purpose and then gives the one critical usage instruction, with no repeated or unnecessary information.

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?

The tool is conceptually simple, and annotations cover idempotency and destructive risk. The description gives the primary purpose and explains the key conversation parameter, but the missing 'context' field and lack of any information about return or delivery behavior leave the description incomplete compared to a fully specified reporting tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/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 carry weight. It clarifies that 'message' contains the bug/feature/feedback content and that 'conversation' should hold recent messages for reproduction. However, the 'context' parameter is never explained, leaving one of the three parameters semantically undocumented.

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 opens with a specific verb ('Report') and names the exact objects: a bug, a missing feature, or feedback. This clearly distinguishes the tool from its siblings, none of which are about issue reporting.

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 first sentence explicitly lists the three intended scenarios: bug, missing feature, or feedback. It does not mention exclusions or alternatives, but the sibling set contains no overlapping tools, so the usage context is sufficiently clear.

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

Each tool has a clearly distinct purpose: authenticate handles login, connect checks status, marketplace manages MCP discovery and invocation, report_bug handles feedback, sefaz_ap_nfce_consultar is the domain-specific consultation, show_version and toolkit_info provide system info. No overlapping or confusing boundaries.

Naming Consistency2/5

Naming is inconsistent: mixed verb forms (authenticate, connect, report_bug, show_version) and noun phrases (marketplace, toolkit_info, sefaz_ap_nfce_consultar). The domain tool uses an unusual format, and platform tools don't follow a clear convention like verb_noun or noun_verb.

Tool Count3/5

7 tools is within a reasonable range, but the set combines platform management utilities with a single domain-specific tool. This feels slightly over-scoped for a dedicated SEFAZ server, as only one tool addresses the stated purpose, making the rest appear as platform overhead.

Completeness2/5

The server is titled 'SEFAZ AP: NFC-e' but provides only one domain operation (consultar). Missing any other NFC-e related actions like listing, validation, or emission. Platform tools are complete for their own scope, but the domain surface is minimal, leaving obvious gaps for a user expecting comprehensive NFC-e functionality.