Skip to main content
Glama
JoaoLucasAl

mcp-server-efi

by JoaoLucasAl

Detalhar código de barras para pagamento

pay_detail_bar_code
Read-onlyIdempotent

Validate and display barcode payment details such as beneficiary, due date, and amount before making a payment.

Instructions

Consulta e valida os dados representados por um código de barras antes do pagamento. Use para apresentar beneficiário, vencimento e valor ao usuário sem movimentar saldo.

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 Detalhar código de barras para pagamento.
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 it does not move balance, which aligns with the annotations, and specifies what data is presented. However, it does not add significant behavioral context beyond the annotations.

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 sentences, concise and front-loaded, with no unnecessary information. Every sentence contributes to understanding the tool's purpose and usage.

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

Completeness5/5

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

The description is complete for a simple read-only tool with one parameter. Annotations and output schema exist, and the context of not moving balance is clearly stated. No additional information is needed for correct invocation.

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 single parameter codBarras is fully described in the schema (100% coverage) with pattern and description. The tool description does not add any additional parameter semantics beyond what the schema provides.

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's purpose: consult and validate barcode data before payment, showing beneficiary, due date, and amount without moving balance. It distinguishes from payment execution tools by explicitly stating it does not move balance.

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 specifies when to use the tool: 'Use para apresentar beneficiário, vencimento e valor ao usuário sem movimentar saldo.' It implies not to use when payment is intended, but does not explicitly name alternative tools. Given sibling list context, the guidance is clear.

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