You're viewing a demo portfolio

Join the waitlist
PRSM

players

Active

Tool of Balldontlie

declared in 0.1.0

NBA player roster — search by name substring or filter by team. Returns ID, first/last name, position, height, weight, jersey number, and team. Use to resolve a player name to a numeric player_id required by stats/season_averages.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "LeBron"
    },
    {
      "per_page": 25,
      "team_ids": [
        1,
        2
      ]
    }
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Name substring."
    },
    "cursor": {
      "type": "number"
    },
    "per_page": {
      "type": "number"
    },
    "team_ids": {
      "type": "array",
      "items": {
        "type": "number"
      }
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Balldontlie

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

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