You're viewing a demo portfolio

Join the waitlist
PRSM

market_quote

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

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
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

WingmanProtocol Agent Gateway

https://github.com/WingmanProtocol-Agent-Gateway/wingman-agent-gateway

1/7 registries
View full server →