Skip to main content
Glama
MarkHorwell

IG Trading MCP

by MarkHorwell

ig_get_transactions

Retrieve transactions by type and date range. Specify transaction type and from/to dates to return a filtered list of transactions.

Instructions

Return transactions for a type and date range.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
to_dateYes
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, the description carries the full burden of behavioral disclosure. It only says 'Return transactions', omitting details about security, side effects, pagination behavior (page_size exists), or response format. The tool is likely read-only, but this is implied rather than stated.

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 that clearly conveys the core purpose without unnecessary words. It is appropriately sized for the tool's simplicity.

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?

Despite having an output schema, the description lacks essential invocation details such as date format expectations, allowed transaction_type values, and page_size behavior. For a 4-parameter tool with no schema descriptions, this is insufficient for correct invocation.

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?

The description mentions 'type and date range', which maps to transaction_type, from_date, and to_date, adding some meaning beyond the bare parameter titles. However, page_size is omitted and no details on date formats or valid transaction_type values are provided, leaving gaps.

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 the tool returns transactions filtered by type and date range, using a specific verb and resource. It is distinct enough from siblings like ig_get_activity, though it does not explicitly differentiate itself.

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

Usage Guidelines3/5

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

The description implies usage for fetching transactions by type and date range, but it does not provide explicit guidance on when to use this tool over alternatives, nor does it state any exclusions or prerequisites.

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