Skip to main content
Glama

MPT PI: 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.1/5.0
Behavior3/5

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

Annotations indicate idempotentHint=true, readOnlyHint=false, destructiveHint=false. The description does not contradict these. It adds a behavioral detail: including the conversation array helps reproduction. However, it does not disclose any side effects, required authentication, or what happens after submission, which could be relevant. Since annotations cover the safety profile partially, this is adequate but not rich.

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 sentence that is concise and to the point. It front-loads the purpose and provides a key usage detail. No wasted words.

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?

With no output schema and minimal parameter explanation, the description is incomplete. It does not explain what the response will look like, what constitutes a successful report, or how the 'conversation' array should be formatted (e.g., JSON structure). The description focuses on the input but lacks details on expected behavior or outcomes, which is insufficient for a tool with 3 parameters and no schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/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 for parameter understanding. The description mentions including the conversation array but does not explain the 'message' parameter (which is required) or the optional 'context' parameter. The schema only provides names and defaults ('[]' and ''), which are insufficient. The description adds some value by mentioning the conversation array but does not clarify what 'message' should contain or how 'context' is used.

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 that the tool reports a bug, missing feature, or feedback, and specifies that it includes the conversation array for reproduction. It is specific enough to distinguish from sibling tools that are about authentication, connection, marketplace, etc., although it doesn't 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 description indicates when to use the tool (to report a bug, missing feature, or feedback) and implies that the conversation array should be included for reproduction. However, it does not provide explicit guidance on when not to use it or mention alternatives, though sibling tools like 'marketplace' could be for feature requests. The context is clear but lacks exclusions.

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.