get_manga
Search MyAnimeList for manga by query. Provides pagination and configurable result limit.
Instructions
Fetches a list of manga from MyAnimeList based on a search query.
Args:
q (str): The search query for the manga.
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 |