Skip to main content
Glama

SEFAZ RS: NFC-e (SVRS)

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

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

Annotations already provide readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds the behavioral detail that the tool accepts a 'conversation' for reproduction, which hints at how the tool uses inputs. It doesn't contradict annotations. With idempotentHint=true, the agent might expect side effects are limited, and the description's focus on reporting fits that. The description adds value by specifying the conversation reproduction aspect, which is beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is just two sentences, which is concise. It front-loads the purpose and adds a specific instruction. No wasted words. It could be slightly more informative, but for its length it's efficient. A 4 is appropriate.

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 has only 3 parameters with defaults, no output schema, and reasonably simple purpose. The description covers the main usage but doesn't explain the 'context' parameter or how the report is processed. Since it's a reporting tool with likely minimal side effects, the description might be sufficient, but adding what happens after reporting would improve completeness. Given the simplicity, a 3 is reasonable.

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 for parameter meaning. The description mentions 'Include the conversation array' but doesn't explain the 'context' parameter, which has a default empty string. It does clarify that 'conversation' is for reproduction, but 'message' and 'context' are not elaborated. Given 0% coverage, the description should do more; however, the schema already has defaults and types that provide some meaning. With 0% coverage, a 3 is fair but slightly generous because 'context' remains undefined.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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: 'Report a bug, missing feature, or send feedback.' It specifies the verb ('report') and the resource (bug/feature/feedback), and the additional note about including the conversation array for reproduction adds useful context. However, it doesn't explicitly distinguish from siblings, though none of the siblings appear to be similar reporting tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies when to use this tool (when reporting issues or feedback) but doesn't provide explicit guidance on when not to use it or mention alternatives. The instruction to 'Include the conversation array with recent messages for reproduction' is a usage guideline, but it doesn't compare against other tools. Given the siblings don't seem to compete with this purpose, a 3 is appropriate.

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.