Skip to main content
Glama

SEFAZ: NFC-e (Unificada)

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

A4/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=false (write operation), idempotentHint=true, and destructiveHint=false, so the core behavioral profile is known. The description adds the requirement to include the conversation array for reproduction, which is useful contextual detail. However, it does not disclose potential side effects (e.g., sending an email, creating a ticket) or any prerequisites like authentication. With annotations present, the added context is modest but acceptable, hence a 3.

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, completely free of fluff. The first sentence states the purpose, and the second provides essential usage guidance. It is front-loaded, efficient, and every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (3 parameters, no output schema, no nested objects), the description covers the essential operation and the key caveat about including the conversation. It does not explain return values, but that is unnecessary without an output schema. It also omits any mention of authentication or limitations, but for a straightforward reporting tool, these are not critical gaps. Overall, the description is sufficiently complete for its scope.

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 has 0% description coverage, so the description must compensate for parameter meaning. It explicitly explains the 'conversation' parameter ('Include the conversation array with recent messages for reproduction') and implicitly suggests 'message' is the report content via the purpose statement. However, the 'context' parameter is not mentioned at all. While partial compensation occurs, the description does not fully clarify all three parameters, resulting in a score of 3.

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: 'Report a bug, missing feature, or send feedback.' This is a specific verb (report) with a clear resource (bug/feature/feedback). It distinguishes itself from sibling tools (authenticate, marketplace, etc.) which serve entirely different functions. No ambiguity exists about what the tool does.

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 this tool: whenever a bug, missing feature, or feedback needs to be submitted. It does not explicitly mention alternatives, but given the unrelated sibling tools, the intended usage is clear without needing exclusions. The instruction to include the conversation array also hints at the expected context of use. However, it lacks explicit 'when not to use' guidance, so it doesn't earn a 5.

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

B3.4/5.0
Disambiguation2/5

Several tools overlap in purpose: authenticate and connect both deal with connection state, connect and toolkit_info both report connection status, and marketplace includes report_bug functionality that duplicates the separate report_bug tool. Only one tool (sefaz_nfce_consultar) has a distinct domain-specific purpose.

Naming Consistency2/5

Tool names follow no consistent pattern: simple verbs (authenticate, connect), a noun (marketplace), verb_noun compounds (report_bug, show_version), a noun_noun compound (toolkit_info), and a Portuguese verb at the end (sefaz_nfce_consultar). Naming style is mixed and not predictable.

Tool Count2/5

Seven tools is not an unusual count, but only one is actually relevant to the server's stated purpose (SEFAZ NFC-e). Six of the seven are generic MCP platform tools unrelated to the domain, making the tool set poorly scoped for the apparent use case.

Completeness2/5

For a server dedicated to SEFAZ NFC-e, the surface is severely incomplete: the only domain tool is a single consult operation, with no other NF-e operations such as listing, authorizing, or cancelling. The platform-level tools do not address any domain-specific gaps.