Skip to main content
Glama

IG Trading MCP

by kea0811

ig_update_position

Modify stop loss, take profit, and trailing stop levels for an open position using deal ID on IG Trading MCP. Adjust risk management parameters dynamically while trading forex, indices, or commodities.

Instructions

Update stop/limit levels for an open position

Input Schema

NameRequiredDescriptionDefault
dealIdYesDeal ID of the position to update
limitLevelNoNew take profit level
stopLevelNoNew stop loss level
trailingStopNoEnable trailing stop
trailingStopDistanceNoTrailing stop distance

Input Schema (JSON Schema)

{ "properties": { "dealId": { "description": "Deal ID of the position to update", "type": "string" }, "limitLevel": { "description": "New take profit level", "type": "number" }, "stopLevel": { "description": "New stop loss level", "type": "number" }, "trailingStop": { "description": "Enable trailing stop", "type": "boolean" }, "trailingStopDistance": { "description": "Trailing stop distance", "type": "number" } }, "required": [ "dealId" ], "type": "object" }

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/kea0811/ig-trading-mcp'

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