post_to_slack
ActiveTool of SqueezeOS — Institutional AI Market Intelligence
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)"
}
}
}Parent server
SqueezeOS — Institutional AI Market Intelligence
https://github.com/timwal78/squeezeos
1/7 registries