Skip to main content
Glama
senjoyee

Trading 212 MCP Server

by senjoyee

Get Transaction History

get_transactions
Read-onlyIdempotent

Retrieve paginated history of account transactions, including deposits, withdrawals, fees, and transfers. Each transaction shows amount, currency, timestamp, reference ID, and type.

Instructions

Retrieve paginated history of account transactions (deposits, withdrawals, fees, transfers). Each entry includes: amount, currency, timestamp, reference ID, and type. Rate limit: 6 req / 1m.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeNoOptional ISO 8601 datetime to retrieve transactions from (e.g. 2024-01-01T00:00:00Z).
limitNoMax items per page (1-50, default 20).
cursorNoPagination cursor from a previous response.
Behavior4/5

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

Annotations already cover readOnly, idempotent, and non-destructive behavior. The description adds valuable behavioral details not in annotations: the result is paginated, each entry contains specific fields, and there is a rate limit of 6 req/1m. It does not fully explain cursor mechanics or default time scope, but it meaningfully supplements the annotations.

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 extremely concise: two substantive sentences plus a one-sentence rate limit. It front-loads the action and resource, then lists return fields and a key constraint. Every sentence earns its place with no filler.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no required parameters and no output schema, so the description's list of return fields helps fill that gap. It specifies the transaction types, pagination, and rate limit. It does not state the default time behavior (e.g., all history if no 'time' given) or ordering, but overall it is nearly complete for a well-annotated list tool.

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 schema description coverage is 100%, with clear descriptions for time, limit, and cursor. The description's mention of 'paginated' aligns with the cursor parameter but adds no additional semantic detail about the parameters themselves. Baseline 3 is appropriate since the schema carries the parameter semantics.

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 verb ('Retrieve') and resource ('paginated history of account transactions') and enumerates the transaction types (deposits, withdrawals, fees, transfers). This distinguishes it from sibling tools like get_historical_orders (orders) and get_account_summary (summary), making the purpose unambiguous.

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 clear context: it is for retrieving transaction history, with examples of what counts as a transaction. It does not explicitly name alternatives or exclusions, but the resource specification ('account transactions') strongly implies when to use it versus other get_* siblings. This meets the 'clear context, no exclusions' bar.

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

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