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

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

Annotations already provide idempotentHint and indicate non-read-only/non-destructive behavior. The description adds the instruction to include conversation but does not explain side effects (e.g., ticket creation, notification). Given the annotations, this is adequate but not enriching.

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?

Two concise sentences that clearly convey the purpose and a specific actionable instruction. No unnecessary fluff or redundancy.

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?

The description fails to cover all parameters and does not mention any expected outcome or error handling. While no output schema exists, the tool still lacks important context for a complete understanding.

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?

The description only explains the purpose of the 'conversation' parameter ('for reproduction'). It does not clarify 'context' or 'message.' Since schema descriptions are absent, this leaves user confusion about required inputs.

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?

Clearly states the action ('Report') and the object ('bug, missing feature, or send feedback'). Distinguishes itself from siblings like authenticate or show_version by describing a distinct purpose.

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?

Implies usage when an issue is encountered or feedback is needed, and instructs to include the conversation array for reproduction. Does not explicitly mention when to avoid using it, but the context is clear enough.

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

Most tools have clearly distinct roles: authentication, connection status, marketplace catalog, bug reporting, version, toolkit state, and the actual NFC-e consultation. However, 'authenticate' and 'connect' both deal with connection setup, and 'marketplace' can overlap with 'toolkit_info' regarding installed tools.

Naming Consistency3/5

Names are readable but inconsistent: some are bare verbs ('authenticate', 'connect'), some are nouns ('marketplace', 'toolkit_info'), some are verb_noun ('report_bug', 'show_version'), and the domain tool uses a mixed-language verb ('sefaz_pb_nfce_consultar'). No single naming convention is followed.

Tool Count4/5

Seven tools is within a reasonable range, but the server is top-heavy: only one tool directly serves the SEFAZ PB NFC-e domain, while the other six are generic platform utilities. This makes the tool count slightly more than needed for a single-purpose server, but it is not excessive.

Completeness4/5

The domain is NFC-e tax consultation, and the single consultation tool covers the core query need. There are no additional domain operations like different query types or document management, but the description suggests a focused read-only consultation service. The generic tools do not address domain-specific workflow gaps.