You're viewing a demo portfolio

Join the waitlist
PRSM

options_chain

Active

Tool of WingmanProtocol Agent Gateway

declared in 1.5.1

Options contracts for a symbol — BYOK Alpaca only (requires an options-enabled key). Returns {ok, symbol, count, contracts:[{symbol,type,strike,expiration,open_interest}]}.

Parameters schema

{
  "type": "object",
  "required": [
    "symbol"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "call|put (optional)"
    },
    "limit": {
      "type": "integer",
      "description": "max contracts (default 100)"
    },
    "handle": {
      "type": "string"
    },
    "secret": {
      "type": "string"
    },
    "symbol": {
      "type": "string",
      "description": "underlying ticker"
    },
    "key_ref": {
      "type": "string"
    },
    "expiration": {
      "type": "string",
      "description": "YYYY-MM-DD filter (optional)"
    },
    "alpaca_key_id": {
      "type": "string"
    },
    "alpaca_secret": {
      "type": "string"
    }
  },
  "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 →
options_chain — WingmanProtocol Agent Gateway — PRSM MCP