get_quote
Retrieve live bid, ask, and last price for a trading symbol from a connected broker. Get current market quote without web scraping.
Instructions
broker_truth / live ops — right-now bid/ask/last for a symbol from a connected broker. Use for 'MNQ price right now' / live quote. Do NOT scrape CME/Yahoo via web search. For historical OHLCV bars use data/backtest tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| broker | Yes | ||
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ask | No | ||
| bid | No | ||
| last | No | ||
| symbol | No | ||
| volume | No | ||
| timestamp | No |