Skip to main content
Glama
KyuRish

trading212-mcp-server

search_exchange

Read-onlyIdempotent

Search for stock exchanges by name or numeric ID. Returns trading hours and working schedules. Use to check when an exchange is open or look up exchange details by its workingScheduleId.

Instructions

Search for stock exchanges by name or numeric ID. Returns exchange details
including trading hours and working schedules.

Use this to check when a specific exchange is open for trading, or to
look up exchange information by its numeric ID from an instrument's
workingScheduleId field.

Args:
    search_term: Case-insensitive text to match against exchange names
        (e.g., 'NASDAQ', 'London'), or an exact numeric exchange ID
        (e.g., '71'). Omit to return all exchanges.

Returns:
    List of Exchange objects with id, name, and workingSchedules

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
search_termNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint=true, destructiveHint=false, and idempotentHint=true. The description adds behavioral details such as case-insensitive matching, exact numeric ID search, and the structure of the return objects. This adds value beyond the annotations.

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 concise, front-loaded with the purpose, and uses a clear structure with Args and Returns sections. 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 has one parameter and an output schema exists, the description covers the input semantics, output structure, and use cases comprehensively. No gaps are apparent.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 0% description coverage, so the description carries full burden. It explains that search_term is case-insensitive, can be an exact numeric ID, and that omitting it returns all exchanges. This adds significant meaning beyond the schema.

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 'Search for stock exchanges by name or numeric ID' and specifies the output includes trading hours and working schedules. It uses specific verbs and resources, making the purpose unambiguous. Although no explicit sibling comparison is made, the tool's functionality is distinct from other search tools on the server.

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 explicit usage guidance: 'Use this to check when a specific exchange is open for trading, or to look up exchange information by its numeric ID from an instrument's workingScheduleId field.' It also explains that omitting the parameter returns all exchanges. No exclusions or alternatives are 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/KyuRish/trading212-mcp-server'

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