get_my_account
Use this when the user asks about THEIR OWN TraderSpy account: Hyperliquid balance, open positions, unrealized PnL, or paper-trading account. Read-only — this connector cannot place, close or modify orders, and cannot withdraw. Requires a personal MCP connection (key from traderspy.app Settings).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper | No | Paper trading account, when enabled | |
| trading | No | Connector capabilities: read-only. States that this connector cannot place orders or withdraw, and where the user trades instead | |
| balances | No | { accountValueUsd, withdrawableUsd } | |
| setupUrl | No | Where to create a wallet, returned only when hasWallet is false | |
| hasWallet | No | False when the user has not created a Hyperliquid wallet yet | |
| positions | No | Open Hyperliquid positions |