Skip to main content
Glama

MPT RS: 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 already indicate the tool is idempotent and non-destructive. The description adds that the conversation array should be included for reproduction, which is useful input context, but it does not explain what happens after submission or any other behavioral details.

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 purpose, and includes a practical instruction about the conversation array. Every sentence adds value with no filler.

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 feedback tool, the description is acceptable but not rich. It omits clarification for the `context` parameter and does not mention expected outcomes, but annotations cover safety and the purpose is clear enough given the low complexity.

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 mentions the conversation array for reproduction but does not clarify the semantics of `message` or `context`. This is only partial compensation for three undocumented parameters.

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 is more specific than the title because it expands the scope beyond bugs. It is clearly differentiated from the unrelated sibling tools, though it does not explicitly name alternatives.

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 usage context is implied: use this tool when the user wants to report a bug, missing feature, or provide feedback. However, there is no explicit guidance on when not to use it or what alternatives might be better.

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

Several tools overlap around authentication, connection status, and installed MCPs: authenticate, connect, marketplace, and toolkit_info all touch the same concerns. Only mpt_rs_cnf_consultar is clearly distinct, leaving the meta-tool boundaries blurry.

Naming Consistency2/5

Naming mixes bare verbs (authenticate, connect), plain nouns (marketplace), English snake_case verb+noun pairs (report_bug, show_version), and a Portuguese compound (mpt_rs_cnf_consultar). There is no consistent verb_noun convention across the set.

Tool Count3/5

Seven tools is a reasonable count in absolute terms, but six of them are platform/meta utilities while only one is the actual MPT RS certificate query. The set feels bloated relative to the server's apparent domain purpose.

Completeness3/5

The single certificate consultation tool likely covers the core query, but there are no additional MPT RS operations and the broad platform capabilities are packed into one monolithic marketplace tool. Coverage is adequate but thin and unevenly distributed.