You're viewing a demo portfolio

Join the waitlist
PRSM

get_signal_performance

Active

Tool of PredMCP

declared in 0.7.0

Hit rates and average forward returns per signal type, measured on OUR actually-emitted production signals (not a backtest reconstruction). Use this to ground win_rate inputs for get_position_size. Sample sizes included — treat n < 10 as anecdotal.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "coin": {
      "type": "string",
      "description": "Filter to one coin, e.g. \"BTC\""
    },
    "days": {
      "type": "integer",
      "default": 30,
      "maximum": 90,
      "minimum": 1,
      "description": "Lookback window (default 30, max 90)"
    },
    "signal_type": {
      "enum": [
        "funding_outlier_new",
        "whale_trade",
        "oi_cap_reached"
      ],
      "type": "string",
      "description": "Filter to one signal type (default: all)"
    }
  },
  "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 →