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

A4/5.0
Behavior4/5

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

The description adds value by advising to 'Include the conversation array with recent messages for reproduction,' which is a useful behavioral hint for the user. It does not contradict annotations (readOnlyHint=false, idempotentHint=true, destructiveHint=false). It could disclose more about side effects (e.g., where the report goes), but the annotation already covers safety, and the description contributes meaningful context beyond that.

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 sentences, front-loaded with the primary purpose and a single, actionable hint. There is no redundancy or filler. Every word earns its place, making it highly concise and well-structured.

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?

Given the tool's simplicity (3 simple parameters, no output schema, no nested objects), the description is mostly adequate. It captures the core purpose and the key hint about conversation, but it fails to explain the 'context' parameter and does not describe what the tool does after reporting (e.g., success/failure behavior). This incomplete parameter explanation reduces completeness, though the tool remains usable for an agent.

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 only clarifies the 'conversation' parameter (by suggesting to include it for reproduction) and indirectly the 'message' parameter (as the content of the report). The 'context' parameter remains unexplained, and the default values are not described. This leaves a significant portion of the input schema unambiguated, so the description fails to fully fulfill the responsibility.

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 action with a clear resource (the subject of the report), and it distinguishes from sibling tools like authenticate or show_version which serve entirely different functions. The verb 'report' is explicit.

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 communicates when to use the tool ('Report a bug, missing feature, or send feedback') but does not explicitly mention alternatives or when not to use it. Since sibling tools are all unrelated, this is not a critical gap, but the lack of any exclusionary guidance prevents a perfect score. The context is clear and implied usage is accurate.

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

Each tool serves a clearly distinct purpose: authenticate handles login, connect checks status, marketplace provides a meta-capability for finding/running other MCPs, pref_cpom_consultar is the specific data query, and report_bug/show_version/toolkit_info are standard administrative functions. No two tools overlap in scope.

Naming Consistency3/5

The naming is mixed: verbs (authenticate, connect, report_bug), a noun (marketplace), and a prefixed compound (pref_cpom_consultar), plus noun phrases (toolkit_info, show_version). While each name is fairly clear, the pattern is inconsistent—no uniform verb_noun or noun convention across the set, and there's a mix of English and Portuguese.

Tool Count5/5

7 tools is right within the ideal 3-15 range. Each tool earns its place: the core domain operation (pref_cpom_consultar), a meta-tool for the platform (marketplace), and standard lifecycle/maintenance tools (authenticate, connect, report_bug, show_version, toolkit_info). It's neither sparse nor bloated.

Completeness4/5

For the CPOM domain, only one query operation is provided, but that may be all that's needed. The marketplace tool covers many sub-actions (search, describe, invoke, list, etc.) within a single tool. Missing operations like a logout or explicit data export are minor and easily worked around. Overall, the surface covers its purpose well.