Skip to main content
Glama
florinel-chis

trading212-mcp

list_transactions

Read-only

Retrieve cash transaction history including deposits, withdrawals, fees, and transfers. Supports pagination with cursor for large result sets.

Instructions

List cash transactions (deposits, withdrawals, fees, transfers).

Returns {"items": [...], "next_cursor": str | None}. Each item: type (WITHDRAW | DEPOSIT | FEE | TRANSFER), amount (in the transaction currency), currency, dateTime (ISO 8601), reference (transaction ID). Unlike the other history endpoints the cursor here is a string, not a number. Pass next_cursor back as cursor for the next page; it is null on the last page. Rate limit: 6 requests per 1 minute.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeNoStart listing from this time, ISO 8601 date-time, e.g. "2026-01-01T00:00:00Z".
limitNoItems per page.
cursorNoPagination cursor from a previous call's next_cursor.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

The description discloses return format, item types, pagination mechanics, and rate limits. This adds significant behavioral context beyond the readOnlyHint annotation, which is already consistent. No contradictions.

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 (three sentences), front-loads the purpose, and efficiently covers return format, pagination, and rate limiting. Every sentence adds value with no redundancy.

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 has three parameters, no required fields, and an output schema (implied by description), the description fully explains the tool's behavior, including return structure, pagination, and rate limits. No gaps.

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

Parameters5/5

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

Schema coverage is 100%, and the description adds meaningful details: time uses ISO 8601, limit has default and max, cursor specifically relates to next_cursor and is a string (unlike other endpoints). This enriches parameter understanding.

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 lists cash transactions with specific types (deposits, withdrawals, fees, transfers). It distinguishes itself from sibling history endpoints by noting the cursor is a string, not a number, which differentiates it from other list tools.

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 provides pagination guidance (cursor format, next_cursor usage) and rate limits (6 req/min). It implies use for cash transactions vs. other history endpoints, but does not explicitly state when to avoid or list alternatives.

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/florinel-chis/trading212-mcp'

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