Skip to main content
Glama

Cadastro PF Básico

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

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

Annotations already declare readOnlyHint=false and destructiveHint=false, indicating a non-read, non-destructive operation. The description adds that this is for reporting bugs/feedback and that the conversation array aids reproduction, but it does not disclose what happens after the report is sent (e.g., response format, tracking). No contradictions 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 a single, concise sentence that leads with the tool's purpose and includes a key usage note. No wasted words; every part contributes to understanding.

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 bug-reporting tool, the description covers the core purpose and the most relevant parameter (conversation). It lacks explanation of the 'context' parameter, but with annotations providing safety/effect hints and no output schema required, it is reasonably complete for an agent to invoke correctly.

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 has 0% description coverage, so the description must compensate. It explains the purpose of the conversation parameter (for reproduction), but it does not clarify the meaning of the required 'message' parameter or the optional 'context' parameter. The description implies message content but leaves ambiguity, and context is entirely unexplained.

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 function: 'Report a bug, missing feature, or send feedback.' It uses specific verbs (report, send) and identifies the resource (bug/feedback). This distinguishes it from sibling tools, none of which handle bug reporting.

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 guidance on how to use the tool: 'Include the conversation array with recent messages for reproduction.' It establishes the context for usage, but does not explicitly mention when not to use it or suggest alternatives. Since siblings are unrelated, this is adequate.

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

The tools are mostly distinct, but there is overlap between 'authenticate' and 'connect' (login vs status), and 'report_bug' duplicates functionality already inside 'marketplace'. The overloaded 'marketplace' tool bundles many sub-actions, making it harder to distinguish when to use it versus the dedicated tools.

Naming Consistency2/5

Naming is inconsistent: English verbs ('authenticate', 'connect', 'report_bug', 'show_version') mix with noun-based names ('marketplace', 'toolkit_info') and a Portuguese snake_case domain tool ('cpf_cadastral_consultar'). No clear pattern is maintained across the set.

Tool Count3/5

At 7 tools, the count is numerically reasonable, but only one tool ('cpf_cadastral_consultar') relates to the server's stated purpose. The other six are generic platform utilities that should likely live in a separate server, making the scope feel bloated for a 'Cadastro PF Básico' service.

Completeness2/5

The CPF domain surface is severely minimal: just a single consultation tool. There are no additional CPF-related operations (e.g., validation, formatting, status history), and the rest of the tools are unrelated to the domain, leaving the server incomplete as a focused CPF toolset.