You're viewing a demo portfolio

Join the waitlist
PRSM

post_to_slack

Active

Tool of SqueezeOS — Institutional AI Market Intelligence

declared in 5.0.0

Post a sanitized market signal brief to Slack via incoming webhook. Proprietary data policy enforced server-side: price levels, EMA values, and raw indicator readings are stripped — only direction labels, confidence %, regime, risk level, and text thesis are delivered to Slack. Pass webhook_url to target your own Slack channel, or omit to post to the SML shared channel (requires SLACK_WEBHOOK_URL env var on this server). Free.

Parameters schema

{
  "type": "object",
  "required": [
    "symbol",
    "bias"
  ],
  "properties": {
    "bias": {
      "enum": [
        "BULLISH",
        "BEARISH",
        "NEUTRAL"
      ],
      "type": "string"
    },
    "regime": {
      "type": "string",
      "description": "Regime label (e.g. ALPHA_EXPANSION, MACRO_COLLAPSE, NEUTRAL)"
    },
    "symbol": {
      "type": "string",
      "description": "Equity ticker (e.g. IWM, SPY, GME)"
    },
    "thesis": {
      "type": "string",
      "description": "Signal thesis (max 500 chars)"
    },
    "session": {
      "enum": [
        "PRE_MARKET",
        "OPEN",
        "MIDDAY",
        "POWER_HOUR",
        "CLOSE"
      ],
      "type": "string"
    },
    "actionable": {
      "type": "string",
      "description": "One-line actionable instruction (max 300 chars)"
    },
    "confidence": {
      "type": "integer",
      "maximum": 100,
      "minimum": 0,
      "description": "Signal confidence 0-100"
    },
    "risk_level": {
      "enum": [
        "LOW",
        "MEDIUM",
        "HIGH",
        "EXTREME"
      ],
      "type": "string"
    },
    "webhook_url": {
      "type": "string",
      "description": "Slack incoming webhook URL (optional, falls back to server SLACK_WEBHOOK_URL)"
    }
  }
}

What this tool wraps· 1 endpoint

min confidence0.700.50

Parent server

SqueezeOS — Institutional AI Market Intelligence

https://github.com/timwal78/squeezeos

1/7 registries
View full server →
post_to_slack — SqueezeOS — Institutional AI Market Intelligence — PRSM MCP