Tool Reference
Terminal
4 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_journal
Returns recent lines from the MT5 Journal log. available=false when the log cannot be read.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
count | integer | No | 100 | — |
date | string | No | — | — |
terminal_id | string | No | — | — |
get_terminal_info
Returns MT5 terminal metadata: name, company, path, build, max_bars.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
terminal_id | string | No | — | — |
list_experts
Returns all Expert Advisors currently attached to open charts.
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
terminal_id | string | No | — | — |
read_ea_logs
Returns recent lines from the EA log file. available=false when the log cannot be read (MQL5 sandbox).
Parameters
| Name | Type | Required | Default | Description |
|---|---|---|---|---|
count | integer | No | 100 | — |
date | string | No | — | — |
terminal_id | string | No | — | — |