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?

The annotations already provide safety hints (readOnlyHint=false, destructiveHint=false, idempotentHint=true). The description adds the requirement to include the conversation array for reproduction, which is useful context, but does not disclose other behavioral traits such as side effects or response behavior. It does not contradict 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?

The description is a single sentence that front-loads the purpose and includes a key usage instruction. Every word earns its place, with no filler or repetition.

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 simple with three parameters and no output schema. The description provides the core purpose and one parameter instruction, but leaves the required 'message' parameter unexplained and does not describe what happens after reporting. Given the lack of an output schema, this is a moderate gap.

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 purpose of the 'conversation' parameter (recent messages for reproduction) but does not explain the required 'message' parameter or the optional 'context' parameter. With three parameters and only one addressed, the compensation is incomplete.

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.' The verb 'report' is specific and the inclusion of the conversation array for reproduction further clarifies its role. It is distinct from sibling tools which are unrelated.

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 implies when to use the tool (when reporting issues) and gives a concrete usage instruction ('Include the conversation array with recent messages for reproduction'). It does not explicitly mention alternatives or exclusions, but the context is clear enough given the unrelated sibling tools.

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

Most tools have clearly distinct purposes: apf_rural_consultar is the only domain-specific query, while the rest are platform management functions. Slight overlap exists between connect and toolkit_info (both report connection status) and marketplace is a broad catch-all, but detailed descriptions make misselection unlikely.

Naming Consistency2/5

Naming is inconsistent: apf_rural_consultar uses a snake_case domain prefix, while others are single verbs (authenticate, connect) or nouns (marketplace, toolkit_info). No consistent verb_noun pattern; styles are mixed.

Tool Count3/5

Seven tools is within a reasonable range, but the server mixes one domain-specific tool with six generic platform utilities, making it feel bloated relative to the 'APF Rural' label. Not excessive, but the scope is broad.

Completeness4/5

The APF Rural consultation tool covers all expected lookup methods (CPF, CNPJ, number, CAR), and the platform tools provide authentication, status, marketplace access, and feedback. Minor gaps exist (e.g., no detailed history beyond the single query), but core workflows are covered.