Skip to main content
Glama

Limite 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 indicate readOnlyHint false, destructiveHint false, and idempotentHint true. The description adds that conversation data is needed for reproduction, which is useful context, but it does not disclose what happens after reporting (e.g., ticket creation or response). This is acceptable 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?

A single, front-loaded sentence that states the purpose and the key usage requirement. No unnecessary words.

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?

For a simple bug-reporting tool with no output schema, the description covers the essential purpose and a main requirement, but lacks parameter documentation and return behavior. It is minimally viable but has clear gaps.

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 only mentions the conversation parameter (and calls it an array while the schema defines it as a string), while omitting the 'message' and 'context' parameters entirely, leaving their semantics unclear.

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 explicitly states it reports a bug, missing feature, or feedback, using clear verbs and resource scope. This distinguishes it from sibling tools, which are unrelated to issue reporting.

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?

It provides a specific usage instruction—include the conversation array for reproduction—giving clear context on how to use the tool effectively. It does not mention exclusions or alternatives, but no obvious alternatives exist among the siblings.

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

The credit consultation tool is distinct, but the presence of generic platform tools (authenticate, connect, marketplace, etc.) alongside it creates context confusion. Authenticate and connect have related purposes, and marketplace is a broad meta-tool that overlaps with the server's overall capability.

Naming Consistency2/5

Tool names follow no consistent pattern: most are simple English verbs (authenticate, connect, report_bug) or nouns (marketplace, toolkit_info), but the core domain tool is a long Portuguese-style 'credito_pj_limite_consultar' with a reversed order. Mixing languages and conventions makes naming unpredictable.

Tool Count3/5

Seven tools is a reasonable number, but the server's stated purpose is 'Limite de Crédito PJ' and only one tool (credito_pj_limite_consultar) directly addresses that domain. The other six are generic platform utilities, making the scope feel mismatched and bloated for a domain-specific server.

Completeness2/5

For a credit limit analysis server, there is only a single operation available. No history, management, or supporting credit-domain tools exist. While the marketplace tool could theoretically fill gaps, it is not domain-specific, so the surface is severely incomplete for the stated purpose.