anilist_feed
Retrieve recent activity from an AniList user's feed, including text posts and anime/manga list updates. Filter by activity type and paginate results.
Instructions
Get recent activity from a user's AniList feed. Shows text posts and list updates (anime/manga status changes). Returns numbered entries with author, date, and content. Supports pagination and type filtering.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | AniList username. Falls back to configured default if not provided. | |
| type | No | Filter by activity type | ALL |
| limit | No | Number of activities to return (default 10, max 25) | |
| page | No | Page number for pagination (default 1) |