get_position
Check whether you hold a stock and retrieve position details like quantity and entry price for any symbol. Returns null when no position exists, enabling quick account verification.
Instructions
Get position for a specific symbol.
Args: symbol: Stock symbol (e.g., 'AAPL')
Returns position details or null if no position exists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||