Skip to main content
Glama

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 declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true, which cover the main safety profile. The description adds no extra behavioral detail beyond the act of reporting, which is self-evident. It doesn't contradict annotations, so a 3 is appropriate.

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 exactly two sentences: one for purpose, one for usage. It is front-loaded, concise, and every sentence earns its place. No redundant or filler content.

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 feedback tool with no output schema and annotations covering safety, the description gives the core purpose and usage hint. However, it lacks a full explanation of all parameter semantics, particularly the required 'message' field, leaving some gaps. It is adequate but not comprehensive.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/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 for parameter explanations. It mentions 'conversation array' which maps to the conversation parameter, but it does not explain the required 'message' parameter or the optional 'context' parameter. This is insufficient for a 3-parameter tool.

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 that distinguishes it from sibling tools like authenticate or connect, which serve different functions.

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 direct guidance on how to use the tool: 'Include the conversation array with recent messages for reproduction.' This implies the tool is for providing feedback with context for reproduction. It doesn't explicitly mention when not to use it, but given the distinct purpose, this is acceptable.

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

B3.4/5.0
Disambiguation4/5

Most tools have distinct purposes (auth, status, marketplace, version, etc.). However, connect and toolkit_info both report connection status and overlap significantly, and marketplace is an overloaded catch-all that could confuse an agent about which action to invoke.

Naming Consistency2/5

Naming is inconsistent: camelCase (authenticate, connect), snake_case (report_bug, show_version, toolkit_info), and a lengthy domain-specific name (sefaz_ro_ipva_consultar). No coherent pattern across the set, making it harder to predict tool names.

Tool Count3/5

7 tools is a reasonable number, but the server's stated purpose (SEFAZ RO: IPVA) is mostly ignored—only one tool is domain-specific while the rest are generic platform utilities. The count feels bloated for the declared scope and mismatched with the server name.

Completeness2/5

For an IPVA consultation server, the surface is severely incomplete—only a single query tool with no supporting operations like payment history, receipts, or update. The generic platform tools do not cover the domain's lifecycle, leaving obvious gaps for any real workflow.