Skip to main content
Glama

balance_ledger

Retrieve pay-in and pay-out records from your Paystack integration, with optional date filters and pagination for managed data access.

Instructions

Fetch all pay-ins and pay-outs that occurred on your Paystack integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoA timestamp at which to stop listing balance ledger entries e.g. 2016-09-24T00:00:05.000Z
fromNoA timestamp from which to start listing balance ledger entries e.g. 2016-09-24T00:00:05.000Z
pageYesPage number to retrieve. Default is 1.
perPageYesNumber of records to retrieve per page. Default is 50.
Behavior2/5

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

No annotations are provided, so the description must disclose behavior. It states 'Fetch all' but does not mention pagination (perPage, page parameters) or any limits, implying the agent might expect all records in one call. There is also no mention of authentication, rate limits, or response format.

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?

Single sentence, direct action, no redundant words. It gets straight to the point and is highly efficient.

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 4 parameters, no output schema, and no annotations. The description is minimal and does not explain response structure, pagination behavior, or use-case context. Given the tool's complexity, the description is under-specified.

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 input schema provides descriptions for all 4 parameters with 100% coverage, so the baseline is 3. The description adds no parameter-specific meaning beyond what the schema already states, so it stays at baseline.

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 uses the verb 'Fetch' and specifies the resource as 'pay-ins and pay-outs on your Paystack integration', clearly identifying the action and data type. However, it does not explicitly name the 'balance ledger' resource or differentiate from sibling tools like list_transactions or check_balance, so it is not fully distinct.

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?

There is no mention of when to use this tool versus alternatives. No context about use cases, prerequisites, or alternative tool suggestions is provided. The agent is left to infer usage solely from the name and description.

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/kohasummons/paystack-mcp'

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