get_mlb_players
Retrieve comprehensive MLB player data by sport ID and optional season filter for baseball statistics integration.
Instructions
Get all players for a specific sport.
Args: sport_id (int): Sport ID (default: 1 for MLB). season (Optional[int]): Filter players by a specific season (year).
Returns: dict: All players for the specified sport.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sport_id | No | ||
| season | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||