Skip to main content
Glama

Situação Eleitoral (TSE)

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
Behavior3/5

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

Annotations already declare readOnlyHint=false, idempotentHint=true, and destructiveHint=false. The description adds no additional behavioral context (e.g., what happens after submission, rate limits, auth). It only adds usage detail about including the conversation, not about side effects.

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 only two sentences, front-loaded with the core purpose and a specific usage instruction. No redundant information.

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 simple bug reporting tool with no output schema, the description covers the main intent and one key parameter. It lacks explicit description of the context parameter and return behavior, but is not overly inadequate.

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 explains the conversation parameter ('Include the conversation array with recent messages for reproduction') and implicitly defines message, but does not explain the context parameter. This partial compensation warrants a 3.

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.' The verb 'Report' and resource (bug/feature/feedback) clearly distinguish it from sibling tools like show_version or authenticate.

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 this tool (reporting issues) and instructs to include the conversation array for reproduction. However, it does not explicitly mention alternatives or when-not-to-use conditions.

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.

TDQS

A3.9/5.0
Disambiguation4/5

Tools are mostly distinguishable: the domain query is unique, and platform tools like authenticate, connect, and report_bug have clear roles. However, connect and toolkit_info both report connection status, and marketplace handles a wide range of actions, causing minor overlap.

Naming Consistency2/5

Names mix verbs (authenticate, connect), nouns (marketplace), and underscores with inconsistent ordering (report_bug vs toolkit_info vs situacao_eleitoral_consultar). There is no uniform verb_noun pattern across the set.

Tool Count4/5

Seven tools is a reasonable count for a platform wrapper with one domain integration. Each tool serves a purpose, though show_version is trivial and marketplace is oversized.

Completeness3/5

The domain surface is minimal—only a single consult operation for electoral status, which is appropriate for a read-only public query. The platform tools extend capability via the marketplace, but for a dedicated TSE server, additional operations like batch or status checks are missing.