Quote
quoteGet a token's live quote with asset metadata: bid/ask/spread, adjusted values, volume, trading capabilities, multiplier. Unknown symbols cause an error; use token_list() for valid symbols.
Instructions
One token's live quote joined with its asset metadata: bid/ask/spread raw, multiplier-adjusted (bid_adjusted, ask_adjusted, mid_adjusted - always read them next to multiplier), daily_volume, is_halted, trading_capabilities {fractional, all_day, extended_hours}, multiplier {current, pending (None while nothing is queued), effective_time} and generated_at. Unknown symbol raises an error (MCP isError) - call token_list() for the valid set. A token with no current quote returns metadata with bid/ask None and a note. Example: quote(symbol="AAPL")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||