Skip to main content
Glama

Prefeitura MG Montes Claros: 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.9/5.0
Behavior3/5

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

Annotations already indicate idempotentHint=true, readOnly=false, and destructive=false, so the safety profile is covered. The description adds context that the conversation array is used for reproduction, which is useful behavioral information. However, it does not disclose what happens after reporting (e.g., ticket creation, external submission), so it stays at a moderate level.

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 a single, front-loaded sentence with no filler or repetition. Every clause earns its place: the purpose, the alternative uses, and the key reproduction instruction. It is concise without sacrificing needed guidance.

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 low-complexity tool with three simple parameters and solid annotations, the description is largely sufficient. It covers the tool's purpose and the most important input requirement (conversation). The lack of an output schema is acceptable because this is a feedback/report action, not a data-fetching tool.

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. It meaningfully explains conversation as containing recent messages for reproduction, but it does not clarify message or context semantics. Since two of three parameters remain effectively undocumented, the description only partially compensates for the missing schema descriptions.

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 opens with a specific action and resource: 'Report a bug, missing feature, or send feedback.' This clearly states what the tool does and distinguishes it from unrelated siblings like show_version and authenticate. It is not a tautology and adds concrete scope.

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 provides clear context for when to use the tool: for bugs, missing features, or general feedback. It also gives a practical usage instruction: include the conversation array with recent messages for reproduction. It does not mention exclusions or alternatives, but none of the siblings are relevant alternatives.

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.