report_bug
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Report a bug, missing feature, or send feedback. Include the conversation array with recent messages for reproduction.
| Name | Required | Description | Default |
|---|---|---|---|
| context | No | ||
| message | Yes | ||
| conversation | No | [] |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare the tool as non-read-only, idempotent, and non-destructive. The description adds context about including a conversation array but does not disclose additional behavioral traits such as side effects or authentication requirements. This matches the 'adds some value but not rich behavioral context' level.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, succinct sentence that front-loads the purpose and then adds a concise usage tip. Every word earns its place, and it is immediately scannable.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a low-complexity tool with simple string parameters and strong annotations, the description suffices. It explains the main action and gives a key reproduction hint. However, it could briefly note that 'message' is required or what happens after submitting, making it nearly complete but not perfect.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 0%, so the description must compensate. It explicitly instructs to include the 'conversation array,' which helps for that parameter, but it says nothing about the required 'message' or optional 'context' fields. The description provides minimal added meaning beyond the parameter names themselves.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
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.' This is a specific verb+resource that distinguishes it from sibling tools like connect or show_version. It leaves no ambiguity about what the tool accomplishes.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The instruction 'Include the conversation array with recent messages for reproduction' provides explicit usage context for a key parameter, but it does not contrast with alternatives or state when not to use it. The purpose is clear enough that an agent would know when to invoke it, but it lacks explicit exclusions or alternative references.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Tools are functionally distinct: authenticate, connect, marketplace, report_bug, etc. serve clearly different purposes and the lone CEP query tool is unambiguous. Minor overlap exists between connect and authenticate but descriptions help separate them.
All names are lowercase snake_case, but the pattern is inconsistent: some are bare verbs (connect, authenticate), some verb_noun (report_bug, show_version), and the domain tool uses reversed noun_noun_verb structure (correios_cep_consultar). The convention is readable but lacks a cohesive scheme.
Seven tools is a reasonable count overall, but six are generic platform utilities unrelated to the server's stated 'Correios: CEP' purpose, leaving only one domain-specific tool. The count feels padded and dilutes focus.
For a CEP service, only a single lookup tool exists, with no additional operations like batch search, address validation, or postal code lists. The generic tools do not fill these gaps, making the surface incomplete for the domain while the platform tools add noise.