Skip to main content
Glama

SEFAZ AM: 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

A3.8/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true, covering basic safety and side-effect expectations. The description adds value by noting the need to include the conversation array for reproducibility, which hints at what the tool expects. It does not disclose internal processes (e.g., sending data externally), but given the annotations, a 3 is appropriate as it adds some context without being rich.

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 concise sentences, front-loaded with the purpose and including a critical instruction. Every word earns its place; there is no redundancy or irrelevant detail. It is an exemplary model of brevity.

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?

For a simple tool with three parameters and no output schema, the description covers the essential purpose and key usage detail (conversation for reproduction). It is sufficiently complete for an agent to understand how to invoke it correctly, although it does not mention what constitutes a successful submission or any response format. Given the tool's low complexity and existing annotations, this is adequate.

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 input schema has 0% description coverage, so the description must compensate. It explicitly mentions the 'conversation' parameter and implies that 'message' holds the main content, but it omits any explanation of 'context.' Since only two of three parameters are addressed, it partially aids understanding but does not fully cover the schema. This warrants a 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 uses a specific verb ('Report') and resource (bug/feature/feedback), and it distinguishes itself from sibling tools like authenticate, connect, and marketplace. The purpose is unambiguous and immediately understandable.

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 does not explicitly state when to use this tool versus alternatives or when not to use it. It provides some usage context by instructing to 'Include the conversation array with recent messages for reproduction,' which implies the tool is for reporting issues with context. However, lacking explicit exclusions or alternative guidance, it falls short of a 4 or 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.