Skip to main content
Glama

pagarme_charges_list

Read-onlyIdempotent

Cobranças (charges) no Pagar.me V5. Ações:

  • list: lista paginada (page, size; filtros via data: status, payment_method, customer_id, order_id, created_since/until).

  • summary: agregado de cobranças (data: status, created_since/until).

  • get: detalhe por charge_id.

  • get_many: vários por charge_ids (lote).

[Flattened action: list]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
pageNo
sizeNo
accountNo
charge_idNo
charge_idsNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

D1.9/5.0
Behavior3/5

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

Annotations already indicate readOnlyHint, idempotentHint, and destructiveHint, so the tool's safety profile is clear. The description adds useful details about pagination and filters, but includes contradictory action enumeration that may mislead about behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded but includes extraneous action details that bloat it. The note about flattened action adds confusion. It could be much shorter and clearer by focusing solely on the list action and its parameters.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With 6 parameters, no output schema, and no nested objects, the description should provide comprehensive usage context. It fails to explain the 'data' parameter format, the 'account' parameter, or any return structure, leaving significant gaps for an agent to invoke the tool correctly.

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 carry parameter info. It mentions page, size, data (filters), charge_id, and charge_ids, but does not explain the 'account' parameter or the format of 'data' (likely JSON). The explanation is incomplete for effective use.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description lists multiple actions (list, summary, get, get_many) and notes 'Flattened action: list', creating ambiguity about whether this tool handles only list or multiple operations. This confuses the tool's specific purpose compared to sibling tools like pagarme_charges_get.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines1/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus the many sibling charge tools (e.g., pagarme_charges_get, pagarme_charges_summary). The description implies multiple actions but does not explain selection criteria, leaving the agent without clear direction.

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.