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 indicate idempotentHint=true and readOnly=false. The description adds the behavioral requirement to include the conversation array for reproduction, which is useful context. However, it does not describe side effects, outcomes, or authentication needs beyond what annotations imply.

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 two short sentences, front-loaded with the purpose, and directly actionable. All words earn their place. No superfluous 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 tool with 3 params and no output schema, the description provides the core purpose and one key instruction. However, it omits information about the response or outcome after reporting (e.g., whether a ticket ID is returned), which might leave the agent uncertain about the result. It is minimally viable but not fully complete.

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. It explains the 'conversation' parameter ('with recent messages for reproduction') but leaves 'message' and 'context' ambiguous. The description does not clarify what format the message should take or what context is for, leaving the agent to guess.

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 action ('Report a bug, missing feature, or send feedback') with a specific verb and resource. It also adds a requirement (conversation array) and distinguishes itself from unrelated sibling tools.

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 the tool: when reporting a bug, missing feature, or feedback. It does not explicitly name alternatives or exclusions, but given the unrelated sibling tools, this is not necessary. The scope is evident from the purpose.

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.3/5.0
Disambiguation2/5

The set mixes a single domain-specific tool (acordos_leniencia_consultar) with several generic platform tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info). While most platform tools have distinct purposes, connect and toolkit_info both report status, and marketplace's broad meta-capabilities overlap with the dedicated tools, creating boundary confusion.

Naming Consistency2/5

Tool names use inconsistent conventions: Portuguese snake_case (acordos_leniencia_consultar) alongside English single words and compound names (authenticate, report_bug, toolkit_info). There is no uniform verb_noun pattern, and the language switch adds inconsistency.

Tool Count2/5

Seven tools is a reasonable count, but the scope is mismatched: the server name implies a leniency-agreement domain, yet six of seven tools are generic MCP platform utilities. This makes the tool set feel bloated with unrelated functionality or severely underpopulated with domain-specific tools.

Completeness1/5

The only domain-relevant tool is acordos_leniencia_consultar, a single query operation. There are no other read or write operations for leniency agreements (e.g., listing, filtering, detailed views), making the surface severely incomplete for the stated domain.