Skip to main content
Glama

pagarme_recipients_anticipation_limits

Read-onlyIdempotent

Recebedores (split/marketplace) no Pagar.me V5. Ações:

  • list: lista recebedores (page, size).

  • get: recebedor por recipient_id.

  • default: recebedor padrão (a própria conta).

  • balance: saldo do recebedor (requer recipient_id).

  • transfers: transferências do recebedor (requer recipient_id).

  • withdrawals: saques do recebedor (requer recipient_id).

  • anticipations: antecipações do recebedor (requer recipient_id).

  • anticipation_limits: limites de antecipação (requer recipient_id).

[Flattened action: anticipation_limits]

Bulk support: accepts recipient_ids for batched execution.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo
pageNo
sizeNo
accountNo
recipient_idNo
recipient_idsNo

Schema Changelog

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

  1. First observed

TDQS

C2.9/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false. The description adds the bulk execution behavior but does not elaborate on pagination, result format, or other behavioral traits beyond what annotations provide.

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 verbose and includes a list of actions (list, get, default, balance, etc.) that are not directly relevant to this tool. The core information about anticipation_limits is buried, making it less concise than it could be.

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?

Given the high number of sibling tools and the lack of output schema, the description should better distinguish this tool from similar ones (e.g., pagarme_recipients_anticipations) and provide more detail on what the limits response contains. The current description is incomplete.

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 6 parameters with 0% coverage. The description explains recipient_id and recipient_ids, but leaves data, page, size, and account undocumented. This adds some meaning but is insufficient given the low schema coverage.

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

Purpose4/5

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

The description clearly indicates the tool is for anticipation limits of recipients, using the flattened action 'anticipation_limits' and mentioning it requires recipient_id. However, the description is cluttered with other unrelated actions, which may slightly dilute focus.

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

Usage Guidelines3/5

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

The description states that recipient_id is required and mentions bulk support with recipient_ids, providing context on when to use the tool. However, it does not explicitly differentiate from sibling tools like pagarme_recipients_anticipations or pagarme_recipients_write_create_anticipation, nor does it specify when not to use it.

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.