Skip to main content
Glama

Análise de Crédito PF

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 provide safety profile (idempotentHint=true, destructiveHint=false, readOnlyHint=false). The description adds the behavioral requirement to include conversation for reproduction, which is useful. However, it does not disclose side effects like data transmission or ticket creation, so it does not fully illuminate the tool's behavior.

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 the primary purpose. Both sentences are informative: the first states the action, the second gives a key usage detail. There is no fluff or redundancy.

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 relatively simple with no output schema and minimal annotations. The description covers the primary purpose and the key parameter (conversation), but lacks explanation for the context parameter and does not describe any return values or side effects. This leaves a moderate completeness gap, especially given the 0% schema description coverage.

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 descriptions are absent (0% coverage). The description adds meaning only for the conversation parameter, explaining its role in reproduction. It does not explain the message or context parameters, leaving 'context' ambiguous. Additionally, the description calls conversation an 'array' while the schema types it as a string, which could cause confusion.

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: to report a bug, missing feature, or send feedback. It uses a specific verb ('report') and resource (bug/feedback), and distinguishes it from sibling tools that are unrelated. The mention of reproduction via conversation adds clarity.

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 gives clear context for when to use the tool—whenever there is a bug, missing feature, or feedback. It also provides a usage instruction: include the conversation array. However, it does not explicitly mention alternatives or when-not-to-use cases, so it stops short of a 5.

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

Each tool has a clearly distinct role: authentication, connectivity status, credit consultation, MCP catalog, bug reporting, version info, and toolkit state. Even though authenticate and connect both deal with access, their functions are separate and unambiguous.

Naming Consistency2/5

Tool names are inconsistent: single-word verbs (authenticate, connect), a noun (marketplace), and underscore-separated compounds with varying patterns (credito_pf_consultar, report_bug, show_version, toolkit_info). There is no uniform verb_noun or noun_verb convention.

Tool Count2/5

While seven tools is not excessive, the count is inappropriate for the server's stated purpose of credit analysis. Six of the seven tools are generic platform utilities (auth, connect, marketplace, bug reporting, version, toolkit state) that dilute the domain-specific focus. Only one tool actually performs credit analysis.

Completeness3/5

The core credit consultation operation is covered by credito_pf_consultar, but there are no additional credit-domain operations. The rest of the tools are platform-level, not domain-specific. The surface feels thin for a server named 'Análise de Crédito PF', leaving no further credit-related capabilities.