You're viewing a demo portfolio

Join the waitlist
PRSM

get_signal_history

Active

Tool of PredMCP

declared in 0.7.0

Server-detected signal events over up to 7 days (funding outliers, whale trades ≥$100k, OI caps), each joined with its measured forward returns (1h/4h/24h) once mature. Cursor-based. "What happened last time funding spiked on HYPE — and did it matter?" in one call.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "coin": {
      "type": "string",
      "description": "Filter to one coin, e.g. \"BTC\""
    },
    "limit": {
      "type": "integer",
      "default": 50,
      "maximum": 200,
      "minimum": 1,
      "description": "Max events (default 50)"
    },
    "since_id": {
      "type": "integer",
      "description": "Cursor — only events with id > since_id"
    },
    "hours_back": {
      "type": "integer",
      "default": 24,
      "maximum": 168,
      "minimum": 1,
      "description": "Lookback window in hours (default 24, max 168 = 7d)"
    },
    "signal_types": {
      "type": "array",
      "items": {
        "enum": [
          "funding_outlier_new",
          "whale_trade",
          "oi_cap_reached"
        ],
        "type": "string"
      },
      "description": "Filter to specific signal types"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

PredMCP

https://github.com/RavioleLabs/predmcp

1/7 registries
View full server →
get_signal_history — PredMCP — PRSM MCP