You're viewing a demo portfolio

Join the waitlist
PRSM

getTradeValue

Active

Tool of Chikoh - Fantasy Sports & Entertainment Intelligence

declared in 2.0.0

Player trade value calculator — evaluate trade fairness, get buy-low/sell-high signals, and see rest-of-season projections for trade targets.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "playerNames"
  ],
  "properties": {
    "sport": {
      "type": "string",
      "description": "Sport — supports nfl, nba, mlb, nhl, soccer, f1, golf, cfb, cbb (default: nfl)"
    },
    "leagueId": {
      "type": "string",
      "description": "The user's league id — prices stat-based sports (MLB/NBA/…) through that league's actual scoring. Omit for platform-default scoring (labeled in scoring_basis)."
    },
    "playerNames": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "maxItems": 6,
      "minItems": 1,
      "description": "Player names to evaluate trade value for"
    },
    "scoringFormat": {
      "enum": [
        "ppr",
        "half_ppr",
        "standard"
      ],
      "type": "string",
      "description": "Scoring format"
    }
  },
  "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 →
getTradeValue — Chikoh - Fantasy Sports & Entertainment Intelligence — PRSM MCP