Skip to main content
Glama
senjoyee

Trading 212 MCP Server

by senjoyee

Request CSV Report

request_csv_report

Request a CSV report for a date range, with options for orders, dividends, transactions, interest. Returns a report ID to track status and get the download link.

Instructions

Initiate async generation of a CSV report for a date range. Choose which data to include: orders, dividends, transactions, interest. Returns a reportId — use get_reports to poll status and get the download link when finished. Rate limit: 1 req / 30s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeToYesEnd date in ISO 8601 format (e.g. 2024-12-31T23:59:59Z).
timeFromYesStart date in ISO 8601 format (e.g. 2024-01-01T00:00:00Z).
includeOrdersNoInclude order history in the report.
includeInterestNoInclude interest data in the report.
includeDividendsNoInclude dividend history in the report.
includeTransactionsNoInclude transaction history in the report.
Behavior4/5

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

Annotations already indicate a non-read-only, non-idempotent, non-destructive operation. The description adds valuable behavioral context: the operation is asynchronous, returns a reportId, has a strict rate limit (1 req / 30s), and requires a follow-up poll via get_reports. No contradiction with 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 four sentences, each with a distinct function: purpose, data selection, return value/next step, and rate limit. No redundant language or filler. Front-loaded with the primary action.

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?

Given it's an async initiation with six parameters and no output schema, the description covers the core facets: what is generated, what data can be included, the return token (reportId), and the polling pathway. It omits potential error conditions or date-range inclusivity, but those are secondary for a request 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 input schema has 100% description coverage for all six parameters, so the description need not add much. It does summarize the boolean flags as 'orders, dividends, transactions, interest', but the schema already explains each. The date-range parameters are self-explanatory from the schema. Thus it meets the baseline for high schema coverage.

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 opens with a specific verb+resource: 'Initiate async generation of a CSV report for a date range.' It clearly distinguishes itself from sibling tools by framing the operation as an initiation that returns a reportId, and explicitly points to get_reports for the follow-up, preventing confusion.

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 states when to use this tool: to generate a CSV report with selectable data types (orders, dividends, transactions, interest). It also directs the agent to use get_reports for polling and download, which is a clear alternative/handoff. It doesn't explicitly say when not to use it, but the context and sibling reference provide sufficient guidance.

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