Skip to main content
Glama

Cemig: Download de Contas para Profissionais

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

A4/5.0
Behavior3/5

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

The description adds a useful detail about including the conversation for reproduction, which goes beyond annotations. However, annotations already disclose idempotency, read-only, and destructive hints. The description remains consistent with these annotations, though it doesn't elaborate on side effects or outcomes. It provides moderate value beyond what annotations already state.

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 long, directly addresses the purpose and a critical usage detail, and contains no fluff. Every word earns its place, making it highly efficient.

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 feedback tool with 3 flat parameters and no output schema, the description covers the essential context, especially the conversation reproduction detail. The only minor gap is the undefined 'context' parameter, but overall it is adequately complete for the tool's complexity.

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

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description is the only guide for parameters. It explicitly explains the 'conversation' parameter (calling it an array) and implies the 'message' parameter is the bug/feedback text. However, the 'context' parameter is left undefined, and the description's use of 'array' slightly conflicts with the schema's string type for 'conversation'. It partially compensates for the lack of schema descriptions.

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 purpose with a specific verb ('Report') and resource ('a bug, missing feature, or send feedback'). It effectively distinguishes itself from sibling tools like 'authenticate' and 'connect' by focusing on bug/feedback submission. The additional instruction to include the conversation array adds clarity about its role in reproduction.

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 explicitly tells when to use the tool ('Report a bug, missing feature, or send feedback') and gives a key usage instruction ('Include the conversation array...'). While it doesn't explicitly name alternatives, the sibling tools are contextually unrelated, making the intended usage clear without needing 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.