Skip to main content
Glama

export_transactions

Export transaction records from your Paystack integration, with filters for date range, status, amount, currency, and more.

Instructions

Export a list of transactions carried out on your integration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoA timestamp at which to stop listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21
fromNoA timestamp from which to start listing transaction e.g. 2016-09-24T00:00:05.000Z, 2016-09-21
pageYesSpecify exactly what page you want to retrieve. Default is 1.
amountNoFilter transactions by amount, using the supported currency
statusNoFilter transactions by status
perPageYesSpecify how many records you want to retrieve per page. Default is 50.
settledNoSet to true to export only settled transactions. false for pending transactions. Leave undefined to export all transactions
currencyNoSpecify the transaction currency to export
customerNoSpecify an ID for the customer whose transactions you want to retrieve
settlementNoAn ID for the settlement whose transactions we should export
payment_pageNoSpecify a payment page's id to export only transactions conducted on said page
Behavior2/5

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

With no annotations available, the description must carry the full behavioral disclosure burden. It only states the action without explaining what 'export' entails (e.g., file format, response structure, pagination behavior, or read-only nature). Significant behavioral details are missing.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, concise sentence that is easy to parse. It is not bloated, but it is perhaps too terse to fully convey the tool's purpose. Still, it earns points for efficiency and clarity.

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 tool's complexity (11 parameters, no output schema, no annotations), the description is severely incomplete. It fails to explain the export format, whether it's synchronous, how to interpret the response, or any constraints. This is inadequate for an agent to use the tool correctly without external information.

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 100% description coverage for all 11 parameters, so the description doesn't need to add parameter details. Its silence on parameters is acceptable, and the baseline of 3 applies since the schema does the heavy lifting.

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 a specific verb 'export' with a clear resource ('transactions') and scope ('on your integration'), making the primary purpose evident. However, it doesn't explicitly differentiate from sibling tools like list_transactions or fetch_transaction, so it misses the top score.

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?

No guidance is provided about when to use this tool versus alternatives like list_transactions. There is no mention of use cases, prerequisites, or exclusions, leaving the agent to infer the appropriate context.

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