Skip to main content
Glama

pagarme_charges_summary

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: summary]

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

C2.1/5.0
Behavior2/5

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

Annotations already indicate readOnly and non-destructive behavior. The description adds that it provides aggregated data, but does not explain what the summary returns (e.g., grouped statuses, counts) or behavioral traits like pagination limit for summary.

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

Conciseness3/5

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

The description is relatively short and uses bullet points, but the inclusion of multiple actions for a tool that may only support one is structurally inefficient. Each sentence is somewhat earned but could be more focused.

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

Completeness2/5

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

No output schema exists, yet the description does not describe what the summary output contains (e.g., fields, aggregation type). Given the tool's focus on aggregated data, this omission leaves the agent without critical context.

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 has 0% description coverage. The description partially explains parameters for each action (e.g., 'data' for filters, 'charge_id' for get), but the conflicting action list makes it unclear which parameters apply. It compensates minimally but not sufficiently.

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) but ends with '[Flattened action: summary]', creating confusion about the actual purpose. The name suggests a summary-only tool, but the description includes other actions without clarification.

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

Usage Guidelines2/5

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

No explicit guidance on when to use this tool versus sibling tools like pagarme_charges_list or pagarme_charges_get. The description implies summary is for aggregates, but doesn't differentiate or provide context for choosing.

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.