list_supported_symbolsreadList the symbols and currencies supported per dataset (seasonality, cot, stocks).
| Param | Type | Req. | Description |
|---|---|---|---|
| dataset | "seasonality" | "cot" | "stocks" | "all" | no | Limit to one dataset (default all). |
Example prompts
- “Which currencies are supported for COT?”
- “What symbols can I query for seasonality?”
Example call
{ "name": "list_supported_symbols", "arguments": { "dataset": "cot" } }