Skip to main content
Glama

Registradores (ARISP): Consulta de Informações da Conta

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 non-read-only, non-destructive, and idempotent behavior. The description adds the behavioral detail that a conversation array is needed for reproduction, but does not explain side effects (e.g., ticket creation). No contradiction with annotations is present.

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 purpose, and includes only the essential instruction about the conversation array. 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?

A simple tool with good annotation coverage; the description is adequate for the core action but leaves 'context' and the exact format of 'conversation' vague, especially since the schema type is string rather than array.

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 coverage is 0%, and the description only clarifies the 'conversation' parameter as an array of recent messages. It does not explain 'message' or 'context,' leaving the agent to infer their meanings from the tool's name and defaults.

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 'Report a bug, missing feature, or send feedback,' providing a clear verb and resource scope. This distinguishes it from all sibling tools, which focus on authentication, connectivity, and version info.

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 implies when to use (when encountering a bug or wanting to send feedback) and instructs to include the conversation array for reproduction. However, it does not explicitly contrast with alternatives, though no sibling tool offers a similar function.

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.6/5.0
Disambiguation3/5

The sole domain tool is clearly distinct, but authenticate, connect, and toolkit_info overlap around connection status and authentication state. The marketplace tool also absorbs meta-actions like bug reporting and versioning, adding further potential for misselection.

Naming Consistency2/5

Tool names mix terse lowercase verbs and nouns (authenticate, connect, marketplace, report_bug, show_version, toolkit_info) with one Portuguese snake_case domain tool (registradores_info_conta_consultar). There is no consistent naming convention or language pattern.

Tool Count4/5

Seven tools is a reasonable total, but most are platform/meta utilities rather than domain capabilities. The count is not excessive, though the set feels padded relative to the server's stated Registradores purpose.

Completeness3/5

The advertised 'consulta' operation is present, but no related capabilities exist such as checking prepaid balance, listing available Registradores queries, or managing account data. For a single query endpoint this may suffice, but as a server it is minimal.