Player Search
sports.bdl.playersSearch NBA players by name or team ID. Returns position, jersey number, and current team.
Instructions
Search NBA players by name — returns position, jersey number, and current team. Example: "lebron" → LeBron James #23 F, Los Angeles Lakers (BallDontLie)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search | No | Search by player name (e.g. "lebron", "curry", "mahomes") | |
| team_id | No | Filter by team ID | |
| limit | No | Max results (1-25, default 10) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | No | Tool response payload. Shape varies per tool — consult the tool description and inputSchema. May be an object, array, string, or number depending on the upstream provider response. | |
| error | No | Present only when the call failed. Includes error code, message, request_id, and any provider-specific extras. |