Skip to main content
Glama

Prefeitura SP São Bernardo do Campo: 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

B3.4/5.0
Behavior3/5

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

The description implies a write operation ('Report') with no annotation contradiction; annotations show readOnlyHint=false and destructiveHint=false. However, it does not state what happens after submission (acknowledgment, response format, rejection cases) or whether the report is reversible, which matters for a tool with no output schema.

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?

Two concise sentences with the primary purpose front-loaded. The second sentence provides actionable guidance (include conversation array). No filler words, but it could be merged into one sentence without loss. Still appropriately compact.

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?

With 3 parameters at 0% schema coverage and no output schema, the description partially compensates by naming 'conversation array' and 'reproduction.' However, it doesn't explain the 'context' parameter, what happens after reporting (response/confirmation), or whether this is a fire-and-forget call. For a reporting tool with no annotations covering mutation behavior, more context would be helpful.

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?

Schema description coverage is 0%, so the description must compensate. It partially does: it explains the 'conversation' parameter should contain recent messages for reproduction bugs Dev. However, it does not explain the 'context' parameter at all, and it doesn't clarify that 'conversation' is a JSON array string (though it implies it). The description adds some value beyond the schema but leaves context undocumented.

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 function: 'Report a bug, missing feature, or send feedback.' It uses a specific verb ('report') and enumerates the scope of acceptable messages (bug, missing feature, feedback), which distinguishes it from the sibling tools (authenticate, toolkit_info, etc.).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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

The description provides the 'how' (include conversation array) but no 'when to use' guidance relative to sibling tools. It doesn't state prerequisites, conditions triggering its use, or what distinguishes it from similar reporting paths (e.g., feedback via marketplace). The actionable instruction is limited to including the conversation for reproduction.

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.