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

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

Annotations already cover the side-effect profile (readOnlyHint=false, destructiveHint=false, idempotentHint=true). The description adds the behavioral context that conversation data is used for reproduction, which is useful but limited. It doesn't disclose what happens after submission (e.g., ticket creation, email) or any failure modes. This is adequate but not rich, given the annotations.

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?

Two concise sentences. The first sentence front-loads the purpose, the second gives a key usage instruction. No filler or redundant repetition.

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 tool with 3 parameters and no output schema, the description covers the main purpose and a critical usage tip. It could clarify that 'conversation' is optional (since it has a default) and perhaps describe expected behavior after submission, but overall it provides a viable understanding of how to use the tool.

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%, and the description only explicitly explains the 'conversation' parameter as an array for reproduction. The 'message' parameter (required) is implied by the tool's purpose but not described. 'context' is not mentioned. The description partially compensates for the low schema coverage but leaves gaps for two of three 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: to report a bug, missing feature, or send feedback. The verb 'report' combined with the resource 'bug/feature/feedback' is specific and unambiguous. Among sibling tools (authenticate, connect, marketplace, etc.), none handle reporting, so it is well-distinguished.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It explicitly instructs to include the conversation array for reproduction, which is a concrete usage guideline. While it doesn't mention when not to use it, there are no competing alternatives among siblings, and the instruction ties to a key parameter. The guidance is actionable and context-rich.

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

The marketplace tool is overloaded with many subcommands (search, describe, invoke, install, subscribe, prompts), which overlaps with report_bug, toolkit_info, and even authenticate/connect. The single vehicle tool stands apart, but the meta-tools have blurry boundaries.

Naming Consistency2/5

Names mix bare verbs (authenticate, connect), verb_noun pairs (report_bug, show_version), and noun phrases (marketplace, toolkit_info, veiculo_dados). The pattern is inconsistent, and languages are mixed (English vs Portuguese).

Tool Count2/5

Seven tools is a reasonable number, but six of them are generic MCP-platform management utilities unrelated to the server's apparent 'Veículo' vehicle purpose. Only one tool actually provides vehicle data, making the set poorly scoped for its intended domain.

Completeness2/5

For a vehicle-data server, only one lookup operation exists with no other vehicle-related capabilities. The remaining tools cover platform plumbing but not the vehicle domain, leaving significant gaps in what an agent would expect from a 'Veículo' server.