You're viewing a demo portfolio

Join the waitlist
PRSM

season_averages

Active

Tool of Balldontlie

declared in 0.1.0

Fetch per-season NBA stat averages for one or more player_ids in a given season year; returns PTS, REB, AST, FG%, and other averages per player.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "season": 2023,
      "player_ids": [
        237,
        2544
      ]
    }
  ],
  "required": [
    "season",
    "player_ids"
  ],
  "properties": {
    "season": {
      "type": "number"
    },
    "player_ids": {
      "type": "array",
      "items": {
        "type": "number"
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Balldontlie

https://github.com/pipeworx-io/mcp-balldontlie

1/7 registries
View full server →
season_averages — Balldontlie — PRSM MCP