Get Accounts
get_accountsRetrieve all brokerage accounts with id, name, type, and status. Use the returned accountId for portfolio, operations, and orders tools.
Instructions
List all brokerage accounts of the token owner (id, name, type, status). Start here: accountId is required by portfolio/operations/orders tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| outputPath | No | Write the full result to this file (path relative to the output root: TINKOFF_OUTPUT_DIR or server cwd) instead of returning it inline. The response becomes a short summary {savedTo, records, bytes, sample}. Use for bulk data to keep the context clean. For get_candles/get_operations this also enables full-history fetching (chunking/pagination). | |
| outputFormat | No | File format; default json (or csv if outputPath ends with .csv). csv writes the main flat array of the response. |