Skip to main content
Glama
MarkHorwell

IG Trading MCP

by MarkHorwell

ig_get_transactions

Retrieve IG trading account transactions within a specified ISO-8601 datetime range, filtered by transaction type and timezone.

Instructions

Return transactions for an offset-aware ISO-8601 datetime range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateYes
timezoneYes
from_dateYes
page_sizeNo
transaction_typeYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations provided, the description carries the full burden for behavioral disclosure. It only says 'Return,' which implies a read operation, but omits details about pagination, rate limits, permissions, or handling of invalid datetime inputs. No behavioral traits are disclosed beyond the basic verb.

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 a single, front-loaded sentence with no filler. Every word contributes meaning, and it is perfectly concise for the information it conveys.

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

Completeness2/5

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

The tool has 5 parameters, no annotations, and an output schema, but the description fails to provide essential context: no usage guidelines, minimal parameter semantics, and no discussion of behavior beyond a read operation. Despite the output schema's existence, the description is too sparse for an agent to use the tool effectively.

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?

Schema description coverage is 0% for the 5 parameters. The description adds only a hint about datetime format ('offset-aware ISO-8601') and does not explain transaction_type, page_size, or the exact meaning of from_date/to_date/timezone beyond the date range. This is insufficient compensation for the complete lack of schema descriptions.

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 the specific verb 'Return' with the resource 'transactions' and a clear scope ('offset-aware ISO-8601 datetime range'), which distinguishes it from sibling tools like ig_get_activity or ig_list_positions. It clearly states what the tool does.

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 is given on when to use this tool versus alternatives. There is no mention of use cases, prerequisites, or exclusions, leaving the agent to infer usage solely from the tool name and description.

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