Skip to main content
Glama

Detalhamento Negativo

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

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

Annotations already declare idempotentHint=true, readOnlyHint=false, destructiveHint=false. The description adds the requirement to include the conversation array for reproduction but does not disclose side effects or what happens after reporting. This is minimal but not contradictory.

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 concise sentence with no filler, delivering the purpose and the key usage instruction efficiently.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has an input schema with required and optional parameters, the description does not explain return values, the expected format of the conversation parameter (e.g., JSON-encoded string vs array), or the purpose of context. It is adequate for a very simple tool but leaves important gaps.

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?

The schema has 0% description coverage. The description explains the conversation parameter as an array with recent messages, but does not clarify the 'context' or 'message' parameters. Since 'message' is required and fairly self-explanatory, the main gap is the unexplained 'context' parameter.

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 specifies the action ('Report a bug, missing feature, or send feedback') and the resource (bug/feedback), which is distinct from the sibling tools. It immediately communicates what the tool does.

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?

It provides clear context on when to use the tool (when reporting issues) and instructs to include the conversation array for reproduction, which is a usage guideline. However, it does not explicitly mention when not to use or compare with alternatives, but the sibling tools are unrelated.

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

Most tools have distinct purposes, but marketplace's ability to find MCPs for CPF queries overlaps with credito_negativo_consultar, and authenticate/connect both deal with authentication states, requiring careful reading of descriptions to avoid misselection.

Naming Consistency2/5

Tool names mix English verbs, nouns, and a Portuguese compound phrase, with inconsistent patterns like bare verbs (authenticate, connect), noun-only (marketplace), and verb_noun (report_bug, show_version) alongside noun-based names (toolkit_info). This lacks a coherent convention.

Tool Count4/5

7 tools is within a reasonable range, but the marketplace tool is a mega-tool covering many sub-actions (search, invoke, install, etc.) that could be split for clarity. Still, the count itself is not excessive.

Completeness2/5

The server's stated purpose (negative credit detail) is covered by only one tool (credito_negativo_consultar), while the remaining tools are generic platform utilities. Missing domain-specific operations such as report history, dispute handling, or credit limit management leave significant gaps.