get_anime_ranking
Retrieve anime rankings by type (all, airing, upcoming, etc.) with pagination support using offset and limit parameters.
Instructions
Fetches anime rankings from MyAnimeList.
Args:
ranking_type (AnimeRanking): The type of ranking to fetch. Options:
"all", "airing", "upcoming", "tv", "ova", "movie", "special", "bypopularity", "favorite".
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 |
|---|---|---|---|
| ranking_type | No | all | |
| limit | No | ||
| offset | No |