get_seasonal_anime
Fetch anime for a specific season and year from MyAnimeList. Supports sorting by score or popularity with pagination.
Instructions
Fetches seasonal anime from MyAnimeList.
Args:
season (Season): The season to fetch. Options: "winter", "spring", "summer", "fall".
year (int): The year of the season.
sort (SeasonSort, optional): Sort order by "anime_score" or "anime_num_list_users". Default is None.
limit (int): The number of results to return (default is 10 and max 500).
offset (int): The offset for pagination (default is 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| season | Yes | ||
| year | Yes | ||
| sort | No | ||
| limit | No | ||
| offset | No |