Skip to main content
Glama

MPT SP: Certidão Negativa de Feitos

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

B3.3/5.0
Behavior3/5

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

Annotations include readOnlyHint=false, destructiveHint=false, idempotentHint=true. The description adds context about including a conversation array for reproduction, which is a behavioral requirement beyond the annotations. However, it doesn't disclose what happens after submission (e.g., no side effects, no data storage details) or whether transmission is secure. Since idempotentHint is true, the description's implication of sending feedback aligns, but there's no contradiction. Transparent enough for a routine reporting tool.

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 one concise sentence, front-loaded with the action and context. Every word earns its place: 'Report a bug, missing feature, or send feedback' and 'Include the conversation array...' No fluff 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?

Given the tool's complexity (simple reporting with 3 params, no output schema), the description covers the core purpose and key parameter hint. However, it lacks information on expected response or confirmation, and uses 0% schema coverage. For a simple tool, it's mostly complete but leaves room for clarifying parameter semantics. The presence of a required 'message' and optional 'context' is not explained. Usable but not fully comprehensive.

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%, meaning the description must clarify parameter purpose. It mentions 'conversation array with recent messages' but does not explicitly explain 'message' (the required one) or 'context'. The 'conversation' parameter is given a hint, but 'message' and 'context' lack description. With 3 params and 0% schema coverage, the description insufficiently compensates, leaving agents uncertain about what each parameter should contain.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/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.' It identifies the resource (bug/feature/feedback) and the action (report/send), and is distinguishable from siblings like 'show_version' or 'toolkit_info' by its focus on user feedback. Minor deduction for not explicitly naming distinct verb+resource for each case, but it's specific enough.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage context ('Report a bug, missing feature, or send feedback') but does not provide explicit when-to-use vs alternatives or exclusions. It doesn't mention when not to use it or direct users to alternative tools like 'connect' or 'authenticate' for other issues. Adequate but vague on decision guidance.

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

A maioria das ferramentas tem papéis distintos e reconhecíveis, mas a ferramenta 'marketplace' é um canivete suíço que abrange busca, descrição, invocação, instalação e biblioteca de prompts, misturando responsabilidades de contas, faturamento e descoberta de MCPs. Há também sobreposição entre 'connect' e 'toolkit_info' (ambos informam status de conexão e provedores). As descrições ajudam a diferenciar, mas a ambiguidade é real.

Naming Consistency3/5

Todas as ferramentas seguem razoavelmente snake_case minúsculo, mas o padrão varia entre verbo solto (authenticate, connect), verbo_substantivo (report_bug, show_version) e substantivos isolados (marketplace, toolkit_info). A mistura de idiomas (inglês na plataforma e português na ferramenta mpt_sp_cnf_consultar) é compreensível, mas quebra a previsibilidade do padrão.

Tool Count4/5

Com 7 ferramentas, o conjunto está dentro de uma faixa saudável e cada ferramenta contribui para o fluxo geral da plataforma. Não há excesso nem escassez extrema de ferramentas.

Completeness3/5

O fluxo principal de consultar uma certidão — autenticar, conectar, realizar consulta e processar cobrança — é coberto, assim como ações de suporte (reportar bug, ver versão). Porém, o servidor acaba delegando demais funcionalidades à ferramenta marketplace (buscar, descrever, invocar, assinar, cancelar), e ferramentas como histórico de faturamento ou gestão de assinaturas não possuem superfície própria, embora a cobertura essencial para o propósito declarado exista.