Skip to main content
Glama

SEFAZ MG: Certidão Negativa de Débitos

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?

Annotations already indicate readOnlyHint=false and idempotentHint=true, providing some behavioral context. The description adds the useful detail that the conversation array is for reproduction, which helps the agent understand a key input. However, it does not explain side effects (e.g., whether a report is created, sent, or persisted), so transparency is adequate but not 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, front-loaded sentences. The first sentence states the action and targets, and the second gives a specific instruction. No filler or redundant information.

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 bug-reporting tool with no output schema, the description covers the action and the key reproduction input. However, the gap in parameter semantics (especially the mismatch between 'conversation array' and the string schema type) means an agent might craft incorrect inputs. The overall context is adequate but missing clarity on message and context parameters.

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 carry the parameter semantics burden. It only mentions the conversation parameter, and even then calls it an 'array' while the schema defines it as a string (possibly a JSON string). It does not explain the required 'message' parameter or the optional 'context' parameter, leaving significant ambiguity.

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 uses a specific verb ('Report') and identifies the resource ('a bug, missing feature, or send feedback'). It clearly distinguishes from sibling tools like authenticate or show_version, which have no 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 Guidelines4/5

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

The description states when to use the tool ('Report a bug, missing feature, or send feedback') and gives direct guidance on what to include ('Include the conversation array with recent messages for reproduction'). No exclusions or alternatives are provided, but siblings are unrelated, so usage context is effective.

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.