Skip to main content
Glama

Tribunal TSE: Título Eleitoral

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 indicate readOnlyHint: false, destructiveHint: false, and idempotentHint: true. The description does not conflict with these, but it adds little beyond what annotations imply. It mentions requiring the conversation array for reproduction, which is a mild behavioral detail, but does not address output, side effects (e.g., creates a ticket), or idempotency concerns. Given the annotations already cover read/write status, the description provides only marginal additional transparency.

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 sentences, zero fluff. The first sentence states purpose; the second gives a concrete usage hint. Every word earns its place.

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 reporting tool, the description is adequate but not rich. It explains the purpose and hints at the need for conversation messages, but given annotations (idempotent, non-destructive) and no output schema, it could still benefit from mentioning what happens after reporting (e.g., confirmation) or any prerequisites. It's a minimum viable description.

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% (no parameter descriptions), but the description adds meaning to the 'conversation' parameter by stating to include it for reproduction. However, it calls it a 'conversation array' while the schema declares it as a string, which is a mismatch that could confuse the agent. The 'context' parameter is left unexplained. The description compensates partially but is incomplete.

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 purpose: 'Report a bug, missing feature, or send feedback.' This is a specific verb-resource combination and distinct from siblings like authenticate, connect, or marketplace, which are all unrelated to reporting issues.

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 implies when to use it ('Report a bug, missing feature, or send feedback') and gives a concrete usage instruction: 'Include the conversation array with recent messages for reproduction.' It doesn't explicitly exclude any situations, but the context is clear enough for an agent to know when to invoke it.

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.