You're viewing a demo portfolio

Join the waitlist
PRSM

inspect_ticker

Active

Tool of SimpleFunctions

declared in 1.0.0

STEP 2 OF THE LOOP. Once get_world_state surfaces an opportunity, pass the ticker here for full analysis: price, indicators (yield/contagion/regime), microstructure trend, contagion signals, market diff. Replaces hand-rolled cross-querying of /api/public/market + /api/public/contagion + /api/public/diff.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "ticker"
  ],
  "properties": {
    "diff": {
      "type": "boolean",
      "description": "Include market diff vs prior window (default true)"
    },
    "depth": {
      "type": "boolean",
      "default": false,
      "description": "Include live orderbook depth. Default false for cheaper cached agent sweeps."
    },
    "trend": {
      "type": "boolean",
      "description": "Include microstructure history (default true)"
    },
    "format": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "description": "Default markdown"
    },
    "ticker": {
      "type": "string",
      "description": "Market ticker, e.g. KXFEDDECISION-26DEC10-T0"
    },
    "contagion": {
      "type": "boolean",
      "description": "Include contagion signals (default true)"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SimpleFunctions

https://github.com/spfunctions/simplefunctions-cli

2/7 registries
View full server →
inspect_ticker — SimpleFunctions — PRSM MCP