ig_get_watchlist
Retrieve detailed information about a specific trading watchlist using the IG Trading API. Ideal for managing and analyzing forex, indices, and commodities data within the IG Trading MCP server.
Instructions
Get details of a specific watchlist
Input Schema
Name | Required | Description | Default |
---|---|---|---|
watchlistId | Yes | Watchlist ID |
Input Schema (JSON Schema)
{
"properties": {
"watchlistId": {
"description": "Watchlist ID",
"type": "string"
}
},
"required": [
"watchlistId"
],
"type": "object"
}