You're viewing a demo portfolio

Join the waitlist
PRSM

search_players

Active

Tool of Nba

declared in 0.1.0

"Find NBA player [name]" / "search NBA roster for [X]" / "is [player] in the NBA" — search NBA players by name on BallDontLie. Returns position, height, weight, college, country, draft info, and current team. NOTE: per-season averages (PPG/RPG/APG) and career stats are NOT in this response — those require BallDontLie's ALL-STAR tier ($9.99/mo at https://www.balldontlie.io/) via the /season_averages endpoint, which is not currently exposed by Pipeworx. Free-tier _apiKey works for this tool.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "query": "LeBron James",
      "_apiKey": "your-nba-api-key"
    },
    {
      "limit": 5,
      "query": "Luka",
      "_apiKey": "your-nba-api-key"
    }
  ],
  "required": [
    "query",
    "_apiKey"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Number of results to return (default: 10, max: 100)"
    },
    "query": {
      "type": "string",
      "description": "Player name or partial name to search for"
    },
    "_apiKey": {
      "type": "string",
      "description": "BallDontLie API key"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Nba

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

1/7 registries
View full server →