get_anime
Find anime on MyAnimeList by entering a search term. Control the number of results with limit and offset for pagination.
Instructions
Fetches a list of anime from MyAnimeList based on a search query.
Args:
q (str): The search query for the anime.
limit (int): The number of results to return (default is 10 and max 100).
offset (int): The offset for pagination (default is 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | Yes | ||
| limit | No | ||
| offset | No |