Skip to main content
Glama

Pay Bill Batch

pay_bill_batch

Pay airtime or data to 2-20 recipients in a single batch using one PIN. All-or-nothing ensures the entire batch succeeds or fails together.

Instructions

Pay airtime or data to 2-20 recipients in one call, one PIN for the whole batch. All-or-nothing on capacity.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pinYes
chainNo
tokenNo
api_keyNo
recipientsYes
customer_emailNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.2/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does add meaningful traits: a single PIN for the whole batch and all-or-nothing capacity behavior. However, it omits other important operational details like failure handling, authorization scope, or financial effects beyond the atomic capacity constraint.

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?

Two tight sentences with the core action front-loaded and no filler. The batch size, PIN behavior, and atomicity constraint each earn their place.

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?

The tool has six parameters, nested recipient objects, no output schema, and no annotations, but the description covers only the batch cardinality and partial atomicity. An agent would not know expected return values, error semantics, or how to correctly populate most recipient fields.

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 should compensate, but it only echoes 'airtime or data' and the 2-20 recipient range already present in the schema. It does not explain pin, chain, token, api_key, customer_email, provider, account_number, amount_ngn, or variation_code.

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 states the action ('Pay airtime or data') and the batch scope ('to 2-20 recipients in one call'). It distinguishes itself from the likely sibling pay_bill via the batch size, though it does not explicitly name pay_bill or other alternatives.

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 '2-20 recipients' phrasing implies this tool is for multi-recipient payments, which gives usable context. However, it does not explicitly state when not to use it, such as using pay_bill for a single recipient or schedule_bill for future payments.

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