Tool Reference
Market
3 tools — auto-generated from the MCP server's tool schemas.
Generated
This page is generated from packages/server/mcp/src/tools/*.ts by pnpm docs:generate-tools. Do not edit it by hand — edit the tool's description/schema in source and regenerate.
get_bars
Returns OHLCV bars for a symbol and timeframe.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | — |
timeframe | string | Yes | — | (one of: M1, M5, M15, M30, H1, H4, D1, W1, MN1) |
count | integer | No | 100 | — |
terminal_id | string | No | — | — |
get_symbol_info
Returns contract spec for a symbol: lot size, swap rates, digits.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
symbol | string | Yes | — | — |
terminal_id | string | No | — | — |
get_symbols
Returns all symbols available in Market Watch.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
terminal_id | string | No | — | — |