Skip to main content
Glama

SEFAZ RO: NFC-e Completa

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

C2.9/5.0
Behavior2/5

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

Annotations indicate idempotentHint=true, readOnlyHint=false, and destructiveHint=false. The description does not contradict these, but it also does not add any transparency beyond the annotations. It does not explain what happens after submission (e.g., if it creates a ticket, sends an email, or logs internally) or any side effects, which is important given that readOnlyHint=false implies a write operation. The description is minimal and does not carry the burden of behavioral disclosure.

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 concise, consisting of two sentences, and front-loaded with the main purpose. It uses efficient language without unnecessary detail. The structure is clear: first the purpose, then a key usage hint. It earns a high score for brevity, but slightly loses because it might have used a bit more space to explain parameters, though that is a completeness issue not a conciseness issue.

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?

This tool has no output schema, no annotations that explain behavior beyond basic hints, and only the description to guide the agent. The description is too brief to be complete for a tool that handles bug reports and feedback. It needs to explain the 'context' parameter, what happens after submission, and possibly mention that the conversation should be a JSON array string. Given the moderate complexity (3 parameters, one required), the description leaves significant gaps in operational 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?

Schema description coverage is 0%, so the description must compensate for parameter meaning. The description mentions 'message' (the bug report) and 'conversation' (to include recent messages for reproduction), but it does not explain 'context' at all. The parameter 'context' is completely undocumented, leaving the agent with no semantic understanding of what to put there. The description adds some value for 'message' and 'conversation' but fails to cover all parameters.

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: to report bugs, missing features, or send feedback. It specifies the resource (issue/feedback) and the action (report/send). It distinguishes from siblings because siblings are about authentication, connectivity, marketplace, a specific consultation, and version info, none of which overlap with bug reporting.

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 the tool: when there is a bug, missing feature, or feedback. It gives a guideline to include the conversation array for reproduction. However, it does not explicitly state when not to use it or mention alternative tools (e.g., for general support or feature requests versus code issues), missing an opportunity for clearer differentiation.

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.