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?

The description adds useful behavioral guidance beyond the annotations by instructing the agent to include the conversation array for reproduction. However, it does not say what happens after reporting, whether any confirmation is returned, or what side effects might occur, so the behavioral disclosure is only partially complete.

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 sentence that clearly states the tool's purpose and contains a relevant usage instruction for the key reproduction field. There is no wasted verbiage or irrelevant detail.

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?

This is a simple three-string-parameter tool with no output schema, and the description covers its main purpose and the most important invocation note about the conversation array. However, it does not describe what type of response to expect, how to format the message, or when to omit `context`, leaving the description slightly incomplete.

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?

The schema provides property names and defaults but no descriptions, and the description only explicitly explains the semantics of `conversation` ('recent messages for reporting'). It also lightly implies what `message` is used for, but `context` is left under-explained. Since schema description coverage is 0%, this is helpful but not fully compensatory.

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 explicitly says the tool is used to 'report a bug, missing feature, or send feedback,' which gives a specific verb and clear resource/action pairing. None of the sibling tools cover bug reporting or feedback, so it is easy to distinguish from the alternatives.

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 is clear about when to invoke the tool: when reporting a bug, requesting a missing feature, or sending feedback. It does not name explicit alternatives or exclusions, but the sibling tools do not overlap with this function, so the usage context is reasonably strong.

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

Tool names and purposes are mostly distinct, though 'show_version' and 'toolkit_info' could be confused; descriptions clarify their different roles.

Naming Consistency2/5

Naming is inconsistent: mixes English and Portuguese (e.g., 'sefaz_pr_nfce_consultar') and uses both underscores and no underscores (e.g., 'authenticate' vs 'report_bug').

Tool Count4/5

7 tools is reasonable, but many are generic (authenticate, connect, marketplace) rather than domain-specific, slightly inflating the count for a simple NFC-e consultation service.

Completeness3/5

Only one NFC-e specific tool exists; lacks other potentially useful operations (e.g., listing documents, validation). Generic tools do not fill domain gaps.