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 indicate idempotentHint=true, destructiveHint=false, and readOnlyHint=false. The description adds that this is a reporting/sending action, but it does not disclose side effects such as where the report goes, whether a confirmation is returned, or any rate limits. The instruction to include the conversation array provides some behavioral context, but not deep transparency. No contradiction with annotations.

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 two sentences long, front-loaded with the core purpose, and both sentences earn their place. The second sentence adds a critical usage detail without redundancy. It is efficient and well-structured.

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 tool with 3 parameters and no output schema, the description covers the primary purpose and one parameter, but leaves 'context' unexplained and does not describe the expected outcome or side effects. It is adequate for basic understanding but not fully complete for an agent deciding whether to invoke it in all cases.

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 compensate. It explicitly explains the conversation parameter ('Include the conversation array with recent messages for reproduction'), which adds meaning. However, it does not clarify the 'context' parameter and only implicitly covers 'message' as the content of the report. Partial compensation for the missing schema descriptions, but gaps remain.

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.' It distinguishes itself from sibling tools like authenticate, connect, and marketplace, none of which cover feedback or bug reporting. The phrase is unambiguous and actionable.

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 implies when to use the tool: for reporting bugs, missing features, or feedback. It also provides a concrete usage instruction: 'Include the conversation array with recent messages for reproduction.' However, it does not explicitly mention exclusions or alternative tools, though the sibling list makes alternatives irrelevant. Overall, the context is clear but lacks formal when-not-to-use guidance.

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 distinct purpose: authenticate and connect handle sessions, marketplace handles MCP discovery/execution, report_bug is for feedback, show_version and toolkit_info are informational, and sefaz_sp_nfe_consultar is the sole domain-specific operation. No overlap between them.

Naming Consistency4/5

Tool names are consistently lowercase with snake_case for multi-word (authenticate, connect, marketplace, report_bug, show_version, toolkit_info, sefaz_sp_nfe_consultar). Some are verbs (authenticate, connect, report_bug) and some are nouns (marketplace, toolkit_info), but the pattern is predictable and readable.

Tool Count2/5

7 tools is a reasonable number, but the server is named 'SEFAZ SP: NFE' yet only 1 tool is NFE-specific; the other 6 are generic platform utilities unrelated to the domain, making the count inappropriate for the stated purpose.

Completeness1/5

The NFE domain is represented by a single consult tool. Missing any other NFE operations (listing, creation, cancellation, etc.), and the platform tools (authenticate, connect, marketplace, etc.) are not part of the NFE workflow. The surface is severely incomplete for the server's apparent purpose.