Skip to main content
Glama

MPT MT: 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

A3.6/5.0
Behavior3/5

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

Annotations declare the tool as not read-only (has side effects), not destructive, idempotent, and not open-world. The description aligns with this by framing an action of 'sending feedback' that affects external state. It adds nuance that conversation data is used for reproduction. However, it doesn't disclose side effect details like whether data persists, rate limits, or retry implications — though idempotency is already annotated. The description adds some context but doesn't go deep beyond 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?

Two concise sentences effectively convey the tool's purpose and key usage guidance. The most critical information is front-loaded, and there's no redundancy or filler. Every word serves a purpose.

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?

For a simple 3-parameter reporting tool with no output schema and no nested objects, the description covers the primary workflow of submitting feedback and including reproduction context. However, it falls short on explaining the 'context' parameter and the distinction between 'message' and 'conversation.' Given the low complexity, this is adequate but has clear 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?

With 0% schema description coverage, the description must compensate, but it only explains one parameter: 'conversation' (recent messages for reproduction). It fails to clarify the meaning of 'context' (what kind of context is expected) or deepen understanding of 'message' beyond being self-evident. The description partially assists with the conversation parameter but leaves significant ambiguity for the others, which is a notable gap given the lack of schema documentation.

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 uses the specific verb 'report' with a clear resource: 'a bug, missing feature, or send feedback.' This unambiguously states what the tool does. None of the sibling tools (authenticate, connect, marketplace, mpt_mt_cnf_consultar, show_version, toolkit_info) overlap with bug reporting, so the purpose inherently distinguishes this tool from its siblings.

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 by instructing to 'Include the conversation array with recent messages for reproduction,' which effectively guides on what to supply. However, there's no explicit when-to-use vs. when-not-to-use guidance, and no sibling is mentioned as an alternative. The guidance is implied rather than explicit, fitting the 'implied usage' criterion.

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

B3.4/5.0
Disambiguation2/5

The server mixes platform-management tools (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with one domain-specific tool (mpt_mt_cnf_consultar). The platform tools have overlapping purposes: authenticate and connect both deal with credentials/connection status, while marketplace and toolkit_info both provide current state and capability discovery. An agent could confuse which tool to call for a connection vs. catalog search vs. status query.

Naming Consistency2/5

Naming is inconsistent: generic English verbs (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) mix with a Portuguese snake_case domain tool (mpt_mt_cnf_consultar). The platform tools are mostly single-word/verb-style, but marketplace is a noun and toolkit_info is hyphenated, lacking a consistent verb_noun pattern.

Tool Count3/5

7 tools is a reasonable count, but most are meta/platform utilities (authentication, marketplace, version, status) surrounding a single business tool. This feels like a platform wrapper with a demo MCP rather than a focused server; the business functionality is underweighted relative to the maintenance tooling.

Completeness2/5

The only domain action is a simple consultation (mpt_mt_cnf_consultar) that returns a certificate; there is no follow-up tool for history, validation, cancellation, or detailed lookup. The non-domain tools cover platform operations but the core service lacks depth, so an agent can only query and is otherwise at a dead end.