get_manga_ranking
Fetch manga rankings from MyAnimeList by ranking type, with pagination support via limit and offset parameters.
Instructions
Fetches manga rankings from MyAnimeList.
Args:
ranking_type (MangaRanking): The type of ranking to fetch. Options:
"all", "manga", "novels", "oneshot", "doujin", "manhwa", "manhua", "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 | Yes | ||
| limit | No | ||
| offset | No |