get_suggested_anime
Fetch personalized anime suggestions from MyAnimeList for the current user. Supports pagination via limit and offset.
Instructions
Fetches suggested anime for the current user from MyAnimeList.
Args:
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 |
|---|---|---|---|
| limit | No | ||
| offset | No |