Skip to main content
Glama
guilyx

t212-mcp

by guilyx

Executed order history

t212_list_order_history
Read-onlyIdempotent

Retrieve past executed orders newest first, showing buy/sell details, prices, and taxes. Filter by ticker and paginate through results.

Instructions

Returns past, already-executed orders newest first: what was bought or sold, at what price, and any taxes charged. Use this for questions about trading activity or realised results. Results are paginated — pass the returned nextCursor to continue. Optionally filter to a single ticker.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum records to return in this page.
cursorNoOpaque cursor from a previous call's nextCursor. Omit for the first page.
tickerNoExact Trading 212 ticker to filter by, e.g. AAPL_US_EQ. Omit for all instruments.
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, covering safety. The description adds valuable behavioral details: ordering (newest first), pagination via cursor, and optional ticker filter. It doesn't mention edge cases like empty results, but this is not critical given the annotation coverage.

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 two sentences, front-loaded with the core purpose, followed by usage and pagination notes. Every sentence earns its place with no filler or redundancy. It is concise yet informative.

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?

For a list tool with 3 optional parameters and no output schema, the description covers return contents, ordering, pagination, and filtering. Annotations provide safety context, and the description fills in the behavioral gaps. It is complete for an agent to select and invoke correctly.

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 description coverage is 100%, so the baseline is 3. The description adds meaning by linking cursor to pagination ('pass the returned nextCursor') and ticker to filtering, which goes beyond the schema's field descriptions. It also clarifies the return content, indirectly explaining limit's purpose.

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 returns past, already-executed orders with specifics like what was bought/sold, price, and taxes. The phrase 'already-executed' distinguishes it from pending order tools, and 'realised results' differentiates it from transaction history. This is a specific verb+resource description with clear scope.

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?

It explicitly says 'Use this for questions about trading activity or realised results', providing clear context. Pagination instructions ('pass the returned nextCursor to continue') offer practical usage guidance. However, it does not name alternatives or explicitly state when not to use this tool, leaving some ambiguity versus siblings.

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/guilyx/t212-mcp'

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