Skip to main content
Glama

get_quota_info

Retorna informações sobre o saldo de créditos e plano do usuário. Requer autenticação via API key.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoSua API key do CPFHub (opcional se configurada via env)

TDQS

A3.9/5.0
Behavior3/5

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

With no annotations, the description carries the transparency burden. It discloses the authentication requirement and indicates a read-only retrieval ('Retorna informações'), but it does not mention potential rate limits, whether the call consumes quota, or the output format.

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 short sentences with no filler. It frontloads the core purpose and then adds the auth prerequisite.

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 has no output schema, so the description should clarify what information is returned. It gives a high-level idea ('saldo de créditos e plano') but lacks specifics like field names or structure, leaving some ambiguity despite the simple scope.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter (api_key) is fully described in the schema with 100% coverage, so the description adds no additional parameter semantics. The schema already explains the key is optional if configured via environment, matching the baseline.

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 returns information about the user's credit balance and plan, which is a specific verb+resource. This distinguishes it from the sibling lookup_cpf, which is a lookup operation.

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 provides clear context for when to use the tool: when needing quota/plan information. It also notes the authentication prerequisite. It doesn't explicitly discuss alternatives, but no alternative quota tool is listed among 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

A4/5.0
Disambiguation5/5

The two tools are completely distinct: one retrieves quota/plan information, the other performs a CPF lookup. There is no overlap in their purposes, making selection unambiguous.

Naming Consistency5/5

Both tools follow a consistent verb_noun snake_case pattern (get_quota_info, lookup_cpf). The naming style is uniform and predictable.

Tool Count3/5

With only 2 tools, the server feels thin for a CPF lookup service, but it covers the essential actions (lookup and quota check). The count is borderline acceptable for the narrow scope.

Completeness3/5

The core functionality (lookup_cpf) and a supporting quota tool are present, but the surface lacks potentially expected operations like batch lookup, history, or detailed report generation, leaving noticeable gaps for a fuller service.

Resources