Skip to main content
Glama
florinel-chis

trading212-mcp

list_pies

Read-only

Retrieve all investment pies with their cash input, progress toward goals, and performance metrics including dividends and results.

Instructions

List all pies in the account with money-in, progress, and performance.

Returns a list of pie summaries: id (use with get_pie), cash (money put into the pie, in the account currency), progress (fraction of the goal reached, 0..1), status ("AHEAD" | "ON_TRACK" | "BEHIND"), dividendDetails (gained/inCash/reinvested), and result (invested value, absolute result, result coefficient, current value). The API returns all pies; the limit is applied after fetching. Rate limit: 1 request per 30 seconds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of pies to return.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

The description details that the tool is read-only (consistent with readOnlyHint annotation) and discloses the rate limit (1 per 30 seconds), which is valuable behavioral context beyond annotations. It also explains the API returns all pies before applying the limit, offering transparency on pagination behavior.

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 plus a list of returned fields. It is front-loaded with the main purpose, then specifies return data and rate limits. Every sentence adds value without 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 is a simple list with one optional parameter and an output schema exists (mentioned), the description sufficiently covers return fields, rate limiting, and usage with get_pie. No gaps remain for an agent to understand what it does.

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?

The input schema covers the 'limit' parameter with description, min, max, default. The description adds that 'the limit is applied after fetching,' which is behavioral semantics not in the schema, enhancing understanding of how the parameter behaves.

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 pies with specific financial metrics (money-in, progress, performance). It distinguishes from sibling 'get_pie' which retrieves a single pie. The verb 'List' and resource 'pies' are specific.

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 advises using with 'get_pie' for details, which implies when to use this tool (listing summaries) vs. retrieving individual ones. However, it does not explicitly state when not to use it or alternative tools for filtering (e.g., no user/workspace filter mentioned), but the context is clear enough.

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