Skip to main content
Glama

Prefeitura RJ Rio de Janeiro: Emissão de IPTU

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 signal idempotentHint=true, destructiveHint=false, and readOnlyHint=false, so the agent knows this is a non-read, non-destructive, idempotent operation. The description adds the useful context that recent messages should be included for reproduction, but it does not disclose side effects, confirmation behavior, or what happens after submission.

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, front-loaded with the primary action, and contains no filler. Every clause contributes either to the tool's purpose or to the reproduction 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?

Given this is a low-complexity tool with three simple string parameters and no output schema, the description covers the core purpose and the most important payload (conversation array). The only gaps are the undocumented 'context' parameter and absence of post-submission expectations, which is a minor shortcoming for a bug-report tool.

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 by explicitly mentioning the conversation array and implying the message is the main report body, but the 'context' parameter is left unexplained in both the schema and description. The description adds some meaning over the bare schema, but not enough to fully cover all three parameters.

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 resource ('a bug, missing feature, or send feedback'), which clearly distinguishes this tool from siblings like authenticate, show_version, and toolkit_info. It also adds a concrete instruction about including the conversation array for reproduction, making the purpose more than just a restatement of the name.

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 implies the tool should be used when the agent needs to report a bug or send feedback, but it does not explicitly state when to prefer it over alternatives or when not to use it. The 'Include the conversation array with recent messages for reproduction' instruction gives operational guidance, but not clear selection criteria or exclusions.

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.