Skip to main content
Glama
florinel-chis

trading212-mcp

list_dividends

Read-only

Retrieve paid-out dividends with details like ticker, net amount, payment date, and quantity. Supports pagination and filtering by ticker.

Instructions

List paid-out dividends.

Returns {"items": [...], "next_cursor": str | None}. Each item: ticker, paidOn (ISO 8601), amount (net, in the account currency), grossAmountPerShare (in the instrument currency), quantity (shares held), type (e.g. ORDINARY, INTEREST, CAPITAL_GAINS), reference. 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
limitNoItems per page.
cursorNoPagination cursor from a previous call's next_cursor.
tickerNoFilter to one Trading 212 ticker, e.g. "AAPL_US_EQ".

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

Adds return structure, pagination behavior, and rate limit beyond the readOnlyHint annotation, though no further behavioral details like authorization needs.

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?

Concise, front-loaded with purpose, then return format, pagination, and rate limit in a structured, efficient manner.

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 output schema exists, description covers return structure, pagination, filtering (ticker), and rate limit, making it complete for usage.

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 coverage is 100%, but description explains how to use cursor for pagination, adding meaning beyond schema definitions.

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?

Specifies verb 'List' and resource 'paid-out dividends', distinct from sibling tools that handle orders, accounts, pies, etc.

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?

Provides pagination usage instructions ('Pass next_cursor back as cursor') and rate limit, but lacks explicit when-not-to-use or comparison to 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