get_mlb_standings
Retrieve current MLB standings for any season with options to filter by league, date, and standings type. Provides team rankings and statistics for American League, National League, or both.
Instructions
Get current MLB standings for a given season (year).
Args: season (Optional[int]): The year for which to retrieve standings. Defaults to current year. standingsTypes (Optional[str]): The type of standings to retrieve (e.g., 'regularSeason', 'wildCard', etc.). date (Optional[str]): Date in 'YYYY-MM-DD' format. hydrate (Optional[str]): Additional data to hydrate in the response. fields (Optional[str]): Comma-separated list of fields to include in the response. league (str): Filter by league. Accepts 'AL', 'NL', or 'both' (default: 'both').
Returns: dict: Standings for the specified league(s) and season.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | No | ||
| standingsTypes | No | ||
| date | No | ||
| hydrate | No | ||
| fields | No | ||
| league | No | both |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||