market_quote
ActiveTool of WingmanProtocol Agent Gateway
Latest price for a stock/ETF/crypto symbol. Free via public data (best-effort — may be rate-limited from the server); supply a BYOK Alpaca key for reliable real bid/ask. Returns {ok, symbol, source, price/bid/ask, change_pct}.
Parameters schema
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"handle": {
"type": "string",
"description": "your handle (for BYOK via vault)"
},
"secret": {
"type": "string",
"description": "your agent secret (for BYOK via vault)"
},
"symbol": {
"type": "string",
"description": "ticker, e.g. AAPL, SPY, BTC-USD"
},
"key_ref": {
"type": "string",
"description": "vault entry holding {key_id,secret} JSON (BYOK alt)"
},
"alpaca_key_id": {
"type": "string",
"description": "BYOK Alpaca key id (optional, for real bid/ask)"
},
"alpaca_secret": {
"type": "string",
"description": "BYOK Alpaca secret (optional)"
}
},
"additionalProperties": false
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
WingmanProtocol Agent Gateway
https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway
1/7 registries