Skip to main content
Glama
JoaoLucasAl

mcp-server-efi

by JoaoLucasAl

Listar lotes de cobranças Pix

pix_list_due_charge_batch
Read-onlyIdempotent

List Pix due charge batches using date range and filters to locate and monitor batch creation without altering contents.

Instructions

Lista lotes de cobranças Pix com vencimento conforme período e filtros aceitos. Use para localizar lotes e acompanhar sua criação sem alterar seus conteúdos.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
paramsYesParâmetros de rota ou consulta exigidos pela operação.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYesValor do campo “result” usado na saída da operação Listar lotes de cobranças Pix.
Behavior3/5

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

Annotations already declare readOnlyHint, openWorldHint, and idempotentHint. The description adds that the tool does not alter contents ('sem alterar seus conteúdos'), which aligns with readOnlyHint. It does not provide additional behavioral details such as authorization requirements, rate limits, or error conditions. Since annotations carry the burden, the description adds minimal extra transparency.

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 very concise: two sentences with 21 words. It front-loads the core functionality and usage intent, with no redundant or unnecessary text. Every sentence earns its place.

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

Completeness4/5

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

Given the simple nature of a list tool, full schema coverage, and presence of annotations and output schema, the description is adequate. It does not explain return values (handled by output schema) or pagination details (covered in params). The only minor gap is not explicitly stating the batch-listing scope, but it is clear from context.

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?

Schema description coverage is 100%, so all parameters are already documented with field-level descriptions. The description only generically mentions 'período e filtros aceitos' without adding semantic context or usage examples for the parameters. Baseline 3 is appropriate as the schema does the heavy lifting.

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 lists due charge batches ('Lista lotes de cobranças Pix com vencimento') with period and filters. It distinguishes from sibling mutation tools by emphasizing read-only monitoring ('acompanhar sua criação sem alterar seus conteúdos'), making the purpose specific and unambiguous.

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 provides some usage context ('Use para localizar lotes e acompanhar sua criação') but does not explicitly state when not to use it or suggest alternatives like pix_create_due_charge_batch or pix_update_due_charge_batch. The annotation readOnlyHint reinforces the non-destructive nature, but the description lacks explicit exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JoaoLucasAl/mcp-server-efi'

If you have feedback or need assistance with the MCP directory API, please join our Discord server