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.9/5.0
Behavior3/5

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

Annotations already declare idempotentHint=true, destructiveHint=false, and readOnlyHint=false. The description adds the reproduction requirement via the conversation array, but does not explain what happens after reporting (e.g., ticket creation), auth requirements, or side effects. With annotations covering basic safety, this is adequate but not rich.

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 a single, front-loaded sentence that states the purpose and the key usage instruction. No wasted words.

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 leaves gaps: it does not mention what the tool does with the report (e.g., creates a support ticket), how the conversation array should be formatted (e.g., JSON string as implied by default '[]'), or any potential response. The lack of these details makes it minimally complete.

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 purpose of the 'conversation' parameter (for reproduction). The required 'message' is self-evident, but 'context' remains unexplained. The description adds some meaning but not for all 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 clearly states the tool's purpose: 'Report a bug, missing feature, or send feedback.' It uses a specific verb and resource, and this function is distinct from siblings like 'marketplace' 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 implies when to use: when the user wants to report a bug or provide feedback. It also provides a specific usage guideline ('Include the conversation array with recent messages for reproduction'). It does not explicitly exclude alternatives, but none are obvious among the siblings.

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.6/5.0
Disambiguation3/5

Tools like authenticate, connect, and toolkit_info all relate to connection/auth status, which could cause selection confusion. Meanwhile, marketplace is an extremely broad multi-action tool that overlaps conceptually with install and configure functions, though its description is detailed.

Naming Consistency2/5

Naming is inconsistent: single-word tools (authenticate, connect, marketplace) mix with verb_noun patterns (report_bug, show_version), while cadin_estadual_consultar and toolkit_info do not follow a predictable style. This lack of a consistent convention makes the tool set feel disjointed.

Tool Count4/5

With 7 tools, the count is within the typical well-scoped range. However, the mixture of platform management utilities and a single domain-specific query function makes the overall scope ambiguous, slightly reducing the appropriateness.

Completeness2/5

Given the server name 'CADIN Estadual', the tool surface is severely incomplete—there is only one query function with no support for listing states, bulk queries, or managing query history. If the intent is a platform management server, the marketplace tool covers many operations, but the naming suggests a domain-specific service, leaving major gaps.