Skip to main content
Glama

Risco de Crédito PJ

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.8/5.0
Behavior3/5

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

Annotations already convey readOnlyHint=false, destructiveHint=false, and idempotentHint=true, covering the safety profile. The description adds that the conversation array is needed for reproduction, but it does not disclose what happens after submission, whether confirmation is returned, or any output behavior. No contradiction with 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?

The description is two sentences, front-loads the main purpose, and includes the most important usage instruction. Every word contributes value; no filler or redundant restatement of the title.

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?

The tool is simple and annotations provide safety context, so the description is adequate for basic use. However, with no output schema and incomplete parameter coverage (context unmentioned), an agent may not understand the full input contract or what to expect after invoking the tool.

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 explains the purpose of the conversation parameter (for reproduction) but gives no guidance on the required 'message' parameter or the optional 'context' parameter. This leaves two of three parameters essentially undocumented in prose.

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 a specific verb ('Report') and enumerates the exact resource types (bug, missing feature, feedback), making the tool's purpose unmistakable. It clearly differs from sibling tools like authenticate or show_version, and the instruction to include conversation for reproduction adds helpful specificity.

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 clearly states when to use the tool: to report a bug, missing feature, or send feedback. It gives a concrete usage instruction (include conversation array) but does not explicitly mention alternatives or exclusions; however, no sibling tool overlaps in purpose, so the context is sufficiently clear.

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

A3.7/5.0
Disambiguation3/5

Most tools are distinct, but 'connect' and 'toolkit_info' both report connection status, creating overlap. The single domain tool is clearly separated from platform utilities.

Naming Consistency2/5

Names mix single verbs (authenticate, connect), verb_noun in both English (report_bug, show_version) and Portuguese (credito_pj_risco_consultar), plus bare nouns (marketplace, toolkit_info). No consistent pattern or language.

Tool Count4/5

The count of 7 is reasonable, but most are generic platform utilities rather than domain-specific tools. The one credit risk tool is the core, making the set feel slightly overburdened with meta-tools.

Completeness3/5

The core credit risk query is covered, but there are no additional analysis or reporting tools. The marketplace tool mitigates gaps by enabling on-demand tool discovery, but the server's own domain surface is thin.