Skip to main content
Glama

Prefeitura SP São Paulo: CPOM

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

A4/5.0
Behavior4/5

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

Annotations already declare the safety profile (readOnlyHint=false, destructiveHint=false, idempotentHint=true), and the description adds useful behavior beyond that — specifically, that the conversation array should be included 'for reproduction.' No contradiction with the annotations; the description adds value without repeating them.

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?

Two concise, front-loaded sentences with zero wasted words. Every clause earns its place — the first states purpose, the second gives an actionable instruction. Excellent economy of language.

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 (3 params, no output schema, no enums, no nested objects), the description sufficiently covers purpose and the key usage note about reproduction. Could add a touch more context about what happens after the report is sent, but overall adequate for the tool's simplicity.

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 coverage is 0%, so the description must compensate. It clarifies the 'conversation' parameter by calling it 'recent messages for reproduction.' However, the description doesn't clarify the meaning of 'message' or 'context' parameters; the three parameters' formats and purposes remain partly ambiguous, though the inference gap for an AI is manageable.

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+resource pattern: 'Report a bug, missing feature, or send feedback,' making the tool's three related purposes immediately clear. This differentiates it well from siblings like authenticate or connect, none of which overlap with a report/feedback function.

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?

Usage context is implied — the tool's scope (bug, missing feature, feedback) and the instruction to include the conversation array imply when to use it. However, there is no explicit guidance on when NOT to use it or acknowledgment of alternatives, though siblings don't obviously compete for the same job.

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.