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 idempotentHint=true, destructiveHint=false, and readOnlyHint=false, indicating a safe write operation. The description adds minimal behavioral context beyond the parameter instruction (include conversation array). It does not disclose side effects (e.g., whether a ticket is created, if external services are called) or any post-submission behavior, which would be valuable. No contradiction with 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 two sentences, front-loaded with the core purpose and a concise actionable instruction. There is no filler, and every word earns its place.

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, and annotations cover safety aspects. However, the description leaves critical ambiguity around the 'conversation' parameter (array vs string) and does not mention prerequisites like authentication or what happens after submission. Since there is no output schema, return values aren't needed, but the missing format details reduce completeness.

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 explicitly explains the 'conversation' parameter (include recent messages) but does not clarify 'message' or 'context'. Additionally, the description calls it a 'conversation array' while the schema defines it as a string (default '[]'), creating ambiguity about the expected format. This is insufficient for a 3-parameter tool.

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 three use cases are explicit. This clearly differentiates it from siblings like authenticate or marketplace, which have unrelated 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 provides clear context for when to use the tool (bug, missing feature, feedback) and offers a specific instruction: 'Include the conversation array with recent messages for reproduction.' It does not explicitly mention alternatives or exclusions, but no other sibling tool serves this purpose, so the guidance is sufficient.

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

The only domain-specific tool, ibama_autuacoes_consultar, is clearly distinct, but the platform utilities overlap (e.g., connect and toolkit_info both report connection state) and marketplace introduces a meta-layer that confuses the set's purpose. The descriptions help differentiate them, but an agent could easily misselect among the generic tools.

Naming Consistency2/5

Names mix single verbs (authenticate, connect), verb_noun pairs (report_bug, show_version), nouns (marketplace, toolkit_info), and a Portuguese phrase (ibama_autuacoes_consultar). All use lowercase underscores, but the lack of a consistent pattern and mixed languages make it unpredictable.

Tool Count3/5

Seven tools is a reasonable number, but six are generic platform utilities that don't belong in a server named for IBAMA autuações, making the count feel inflated for the stated domain. The single domain tool is appropriate, yet the presence of marketplace and account tools dilutes the set's focus.

Completeness4/5

For a public-data query MCP, the single consultar tool covers the essential operation, but there are no complementary features like history, batch lookup, or export. The marketplace tool can fill some gaps by invoking other MCPs, but that's not part of this server's native domain surface.