Skip to main content
Glama
MarkHorwell

IG Trading MCP

by MarkHorwell

ig_get_current_candle

Retrieve the latest forming IG chart candle for a selected market and resolution, with timestamps in your timezone, using a shared streaming subscription.

Instructions

Get the latest forming IG chart candle via a shared streaming subscription.

Supported resolutions are SECOND, MINUTE, MINUTE_5, MINUTE_15, HOUR, HOUR_4, and DAY. Derived resolutions are built from IG streaming candles. Call again for a newer snapshot; MCP tool responses cannot be pushed after they return.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
epicYes
timezoneYes
resolutionYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

With no annotations provided, the description carries the burden of behavioral disclosure. It openly explains the shared streaming subscription, the non-push snapshot limitation, and the derivation of resolutions from IG streaming candles. It doesn't address authorization or failure modes, but these are less critical for a read-only candle retrieval.

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 primary purpose, and every sentence adds value—covering resolutions, subscription context, and the polling limitation. No wasted words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The description is complete for the core use case (getting a forming candle) and the output schema covers return values, so that's not a gap. However, the missing parameter semantics for epic and timezone reduce overall completeness. It's a solid but not fully comprehensive description.

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

Parameters2/5

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

The schema has 0% coverage, so the description must explain all parameters. It only documents the supported values for resolution and neglects to explain epic or timezone formats/meanings. This is a significant gap given the low schema coverage.

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 gets the latest forming IG chart candle, with a specific verb and resource. It distinguishes itself from sibling tools by explicitly mentioning the shared streaming subscription and derived resolutions, which is unique among the listed tools.

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?

It provides clear usage context: use for the latest forming candle, and instructs to call again for a newer snapshot due to MCP's non-push nature. It doesn't explicitly name alternatives like ig_get_historical_prices, but the context is sufficient for an informed agent to select this tool for current candle data.

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/MarkHorwell/ig-integration-mcp'

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