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

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

Annotations already indicate readOnlyHint=false and destructiveHint=false, so the description doesn't need to restate those. It adds the behavioral note about including the conversation array for reproduction, which is useful. However, it doesn't disclose what happens after reporting (e.g., whether a ticket is created, if it's logged remotely, or if duplicate submissions are ignored). This is a minor gap given idempotentHint=true.

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 with front-loaded purpose: the first sentence states exactly what the tool does, and the second sentence provides a single key usage tip. Every word earns its place, with no redundancy or fluff.

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 3-parameter tool with no output schema and no nested objects, the description is largely sufficient. It covers the purpose and the most important parameter (conversation). The only missing piece is clarifying the 'context' parameter, but overall it's complete enough for an agent to use correctly.

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?

The schema itself provides no descriptions (0% coverage), so the description must compensate. It explains the 'conversation' parameter by saying to include recent messages for reproduction, and implies the 'message' parameter is the bug/feedback text. However, it does not explain the 'context' parameter, which remains ambiguous. This partial coverage justifies a middle score.

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 ('report') and identifies the resource (bug/feature/feedback), making it easily distinguishable from sibling tools which are all external services like trademark searches or authentication.

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 gives clear context on when to use the tool: when a user wants to report a bug, missing feature, or send feedback. It also provides a concrete usage tip: 'Include the conversation array with recent messages for reproduction.' No explicit exclusions or alternatives are necessary since the sibling tools are clearly unrelated domains.

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

The INPI-specific tools are clearly distinct: busca searches by term, processo gets full details, processo_resumido gets a summary, titular finds by holder, and patentes finds patents. The generic tools (authenticate, connect, marketplace, etc.) are also distinct from each other, though the mix of domain and platform tools creates some initial ambiguity about which to use for a given task.

Naming Consistency3/5

INPI tools follow a consistent prefix pattern (inpi_marcas_*, inpi_patentes), but the generic tools use simple action_noun names without the prefix (authenticate, connect, marketplace). This mixed convention is readable but not fully consistent across the set.

Tool Count3/5

With 11 tools, the count is within a typical range, but the scope is split between 5 INPI domain tools and 6 platform/utility tools that seem unrelated to the server's stated purpose. This dilutes the focus and makes the set feel over-inclusive for a dedicated INPI server.

Completeness3/5

The INPI tools cover trademark search, process details (full and summary), trademarks by holder, and patents by holder, but lack a patent search by term or other advanced INPI queries. The generic tools add no domain coverage, leaving notable gaps for a comprehensive IP tool suite.