You're viewing a demo portfolio

Join the waitlist
PRSM

runAdvancedAnalysis

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Run advanced analytics: VORP, Z-Score, consistency rating, schedule strength, ELO, or correlation analysis. Pure computation, zero LLM cost. Requires Field Level+ tier. User identity is resolved from the OAuth token automatically.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "sport",
    "analysisType"
  ],
  "properties": {
    "sport": {
      "type": "string",
      "description": "Sport (nfl, nba, mlb, nhl, soccer, golf, f1)"
    },
    "teams": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Team names or IDs to analyze"
    },
    "players": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Player names or IDs to analyze"
    },
    "analysisType": {
      "enum": [
        "vorp",
        "z_score",
        "consistency",
        "schedule_strength",
        "elo",
        "correlation"
      ],
      "type": "string",
      "description": "Type of analysis to run"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Chikoh - Fantasy Sports & Entertainment Intelligence

https://github.com/romcdonald9976/chikoh-architecture-showcase.git

1/7 registries
View full server →
runAdvancedAnalysis — Chikoh - Fantasy Sports & Entertainment Intelligence — PRSM MCP