Skip to main content
Glama
senjoyee

Trading 212 MCP Server

by senjoyee

Get All Tradable Instruments

get_instruments
Read-onlyIdempotent

Retrieve the complete list of tradable instruments on Trading 212, including ticker, ISIN, currency, type, and trading constraints. Updated every 10 minutes.

Instructions

Retrieve the complete list of instruments available for trading on Trading 212. Each instrument includes: ticker (unique ID, e.g. AAPL_US_EQ), name, ISIN, currency, type (STOCK, ETF, etc.), max open quantity, extended-hours support, and working schedule ID. Data refreshes every 10 minutes. Rate limit: 1 req / 50s.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false. The description adds valuable behavioral context not captured by annotations: the data refresh interval (every 10 minutes) and a specific rate limit (1 req/50s), plus detailed field contents. This exceeds the minimum bar.

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: the first states purpose and lists included fields, the second adds refresh and rate limit. Every word earns its place, and the most important information is front-loaded.

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 simple read-only list with rich annotations, the description is complete: it covers what is returned (field list including ticker example), data freshness, and rate limiting. No output schema exists, but the description compensates by detailing the contents. This is sufficient for an agent to invoke and interpret results.

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 tool has zero parameters and the schema coverage is 100%, so there are no parameter semantics to document. Per rubric, 0 params baseline is 4. The description correctly omits parameter details.

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 uses a specific verb ('Retrieve') and resource ('complete list of instruments available for trading on Trading 212'), clearly distinguishing it from sibling tools that handle accounts, orders, or exchanges. The scope is well-defined.

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 for when this tool is relevant (retrieving all tradable instruments) but does not explicitly mention alternatives or when-not-to-use. It lacks exclusions but the context is unambiguous given the sibling list.

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