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 declare readOnlyHint=false, destructiveHint=false, and idempotentHint=true. The description adds the behavioral requirement of including conversation for reproduction, which is useful. However, it does not disclose what side effects occur (e.g., sending data to developers) 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 a single sentence that efficiently conveys the purpose and a key usage instruction. It is front-loaded with the verb 'Report' and contains no wasted words or redundancy.

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?

The tool is relatively simple with 3 parameters and no output schema. The description covers the main purpose and one usage detail, but it leaves parameter semantics largely to the schema (which has no descriptions) and does not mention any side effects or limitations. It is adequate but has clear gaps in parameter clarity and behavioral expectations.

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 for all parameters. It only explains the 'conversation' parameter (as a reproduction aid) but does not clarify 'message' or 'context'. Additionally, it refers to 'conversation array' while the schema types it as a string (JSON), which could mislead the agent.

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 with a specific verb ('Report') and resource ('a bug, missing feature, or send feedback'). It uniquely identifies this as a feedback/bug reporting tool, distinguishing it from all sibling tools which have different functions.

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 explicitly tells the agent when to use this tool (to report a bug, missing feature, or feedback) and gives a concrete guideline to include the conversation array for reproduction. It does not explicitly mention alternatives or exclusions, but given the sibling tools are unrelated, this is sufficient context.

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 has a clearly distinct purpose: authentication, connection status, marketplace, debtor lookup, bug reporting, version info, and toolkit state. There is no overlap between these operations, so an agent can easily select the right tool for the task.

Naming Consistency2/5

Naming conventions are mixed: some tools are single verbs (authenticate, connect), others are verb-noun with underscores (report_bug, show_version), one is a noun (marketplace), and the domain tool is in Portuguese (pgfn_devedores_consultar). This inconsistent style and language mixing make the tool names less predictable.

Tool Count3/5

The count of 7 tools is within a normal range, but the composition is unbalanced: only one tool (pgfn_devedores_consultar) relates to the server's stated domain (PGFN debtors), while the other six are generic platform utilities. This dilutes the focus and makes the tool set feel scoped more to the platform than to its declared purpose.

Completeness3/5

The sole domain tool covers a simple debtor lookup (CPF/CNPJ verification), which is a complete operation for that specific query. However, there is no additional functionality such as detailed debtor information, history, or batch queries, and the numerous platform tools do not contribute to domain coverage, leaving the surface thin for a dedicated debtors service.