anilist_batch_update
Apply bulk status or score changes to anime/manga list entries matching a filter (status, score range, unscored). Preview with dry-run before committing.
Instructions
Apply a bulk action to multiple list entries matching a filter. Use when the user wants to move all low-scored titles to Dropped, add all planning titles to current, or bulk-change statuses. Defaults to dry-run mode (preview only). Requires ANILIST_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| username | No | AniList username. Falls back to configured default if not provided. | |
| type | No | Update anime or manga entries | ANIME |
| filter | Yes | ||
| action | Yes | ||
| dryRun | No | Preview changes without applying them. Set to false to execute. | |
| limit | No | Max entries to update in one call (default 50, max 100) |