Skip to main content
Glama
florinel-chis

trading212-mcp

list_exchanges

Read-only

Retrieve exchanges with their open and close schedule events, filtered to session boundaries.

Instructions

List exchanges with working schedules trimmed to session open/close events.

Returns one entry per exchange: id, name (e.g. "NYSE"), and workingSchedules. Each schedule carries its id (instruments reference it via workingScheduleId) and events — the time events filtered down to OPEN and CLOSE (pre-market, after-hours, overnight, and break events are dropped). Event date values are ISO 8601 timestamps.

Rate limit: 1 request per 30 seconds (data refreshes server-side every 10 minutes).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of exchanges to return

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true. The description adds valuable behavior: rate limiting (1 request per 30 sec), server-side refresh every 10 minutes, and filtering logic (drops non-OPEN/CLOSE events). No contradictions.

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?

Description is concise with two paragraphs: first sentence states purpose, rest adds necessary details. No extraneous information. Well structured.

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 output schema exists, the description covers the return structure adequately. It also includes rate limits, data freshness, and filtering behavior. Complete for a read-only listing 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?

Only one parameter (limit) with schema covering 100% (description in schema: 'Maximum number of exchanges to return'). The tool description adds no extra meaning beyond the schema, so baseline score of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states that the tool lists exchanges and specifies the output structure (id, name, workingSchedules trimmed to OPEN/CLOSE events). It is specific and distinguishes from sibling tools that deal with accounts, orders, or portfolios.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool versus alternatives, such as list_instruments which might also involve exchanges. The rate limit and refresh info is present but not framed as usage 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/florinel-chis/trading212-mcp'

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