Skip to main content
Glama
klodr

mercury-invoicing-mcp

mercury_list_credit_transactions

Read-only

List Mercury IO Credit card transactions, including pending authorisations, to audit spend or reconcile statements.

Instructions

List transactions on a Mercury IO Credit card account, including pending (not-yet-settled) card authorisations.

USE WHEN: auditing IO Credit card spend, reconciling a statement, or building a card-level transaction view. Wraps GET /account/{id}/transactions — same path Mercury exposes for deposit-account transactions; both this tool and mercury_list_transactions hit it. Supports the same filters.

DO NOT USE: for deposit-account transactions (use mercury_list_transactions). For posted transactions only, filter by status: "sent".

RETURNS: { transactions: [{ id, amount, status, postedAt, counterpartyName, ... }] }. pending items are card authorisations that may still be reversed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountIdYesThe Mercury IO Credit account ID (from mercury_list_credit_accounts)
limitNoMax results to return (1-500). Default: 500
offsetNoPagination offset
statusNoFilter by transaction status. `pending` = card auth not yet settled.
startNoFilter posted on/after this date (YYYY-MM-DD)
endNoFilter posted on/before this date (YYYY-MM-DD)
searchNoSearch query (counterparty name, memo, etc.)
Behavior5/5

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

Annotations already declare readOnlyHint=true, aligning with the listing nature. The description adds behavioral context that pending items are card authorisations that may be reversed, which is beyond the annotations and schema.

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 concise with clear sections (purpose, use when, do not use, returns). It is front-loaded with the core purpose and uses minimal but informative sentences.

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?

Given the tool is a list operation with a rich schema and annotations, the description covers the use case, sibling differentiation, and return format. Even without an output schema, the sample return structure completes the picture.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so parameters are well-documented. The description adds value by explaining the `status` filter meaning and providing a sample return structure, which aids understanding beyond the schema.

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 that the tool lists transactions on a Mercury IO Credit card account, including pending authorisations. It explicitly distinguishes from the sibling tool `mercury_list_transactions` by specifying credit vs. deposit account transactions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit 'USE WHEN' and 'DO NOT USE' guidance, specifying auditing, reconciliation, and building card-level views. It names the alternative tool `mercury_list_transactions` for deposit accounts and advises filtering by `status: 'sent'` for posted transactions only.

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/klodr/mercury-invoicing-mcp'

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