AniList MCP Server
NPM · ANILIST-MCP-SERVER · 2 COMPONENTS · SCANNED AUG 3
MCP server for the AniList GraphQL API — anime/manga search, details, and personal list management.
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- 0 of 3 dependencies flagged as unhealthy. View diagnostics → Pass
Provenance & Transparency97
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Cryptographically verified build provenance (signed, bound to Grinv/anilist-mcp-server). View diagnostics → Pass
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 2 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability75
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 11453 tokens (~233/item across 49 items; 49 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · anilist-mcp-server
claude mcp add grinv-anilist-mcp-server -- npx -y anilist-mcp-server
codex mcp add grinv-anilist-mcp-server -- npx -y anilist-mcp-server
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"grinv-anilist-mcp-server": {
"type": "local",
"command": [
"npx",
"-y",
"anilist-mcp-server"
],
"enabled": true
}
}
} openclaw mcp add grinv-anilist-mcp-server --command npx --arg -y --arg anilist-mcp-server
mcp_servers:
grinv-anilist-mcp-server:
command: "npx"
args: ["-y", "anilist-mcp-server"] {
"mcpServers": {
"grinv-anilist-mcp-server": {
"command": "npx",
"args": [
"-y",
"anilist-mcp-server"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 20 to 23. That category is still filling its 30-day observation window: 6 days of observed history at the previous scan, 7 at this one. The score rises as the window fills, whether or not the server changes.
- 2 Aug 26 +21
- Malware scan: unverified → pass ▲ security
- Schema quality: unverified → excellent ▲ functional
- 1 Aug 26 +27
- Schema quality: 177 → 233 ▼ functional
- Schema quality: excellent → unverified ▼ functional
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- Stability: unverified → 0.17 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- 31 Jul 26 −7
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 0
- Package version: 0.4.0 → 0.7.0 functional
- 29 Jul 26 −35
- Tool coverage: 100 → unverified ▼ functional
- Schema quality: 100 → unverified ▼ functional
- Package version: 0.4.0 → 0.5.0 functional
- 28 Jul 26 +35
- Schema quality: unverified → 100 ▲ functional
- Tool coverage: unverified → 100 ▲ functional
- First check of Tool coverage: 100 functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: fail functional
- First check of Schema quality: excellent functional
- First check of Schema quality: fail functional
- 27 Jul 26 0
- Tool coverage: unverified → 100 ▲ functional
- Schema quality: unverified → 100 ▲ functional
- First check of Schema quality: fail functional
- First check of Schema quality: excellent functional
- First check of Tool coverage: 100 functional
- First check of Schema quality: fail functional
- First check of Tool coverage: 100 functional
- Package version: 0.3.0 → 0.4.0 functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance verified
Ecosystem: npm · Outcome: verified
Reason: verified
- Source repo:
- Grinv/anilist-mcp-server
- Certificate issuer:
- https://token.actions.githubusercontent.com
- Certificate SAN:
- https://github.com/Grinv/anilist-mcp-server/.github/workflows/release.yml@refs/tags/v0.7.1
- Rekor log index:
- 2304993028
- Predicate type:
- https://slsa.dev/provenance/v1
- Subject digest:
- sha512:1680c11166afffb210412818a7a1e0e5a5b033bdf1be2269fdd14cd16ebf09a65d358056578d41fa693b590ed32a0bd5e380f1e67dc2f0c88fa3f710a
- Discovery method:
- attestation_endpoint
Dependencies 3 packages
3 packages in the resolved dependency tree.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
add_list_entry Add an entry to your AniList list ~782
[Requires login] Add an anime/manga to the authenticated user's own AniList list. Use search_media first to resolve the title to its AniList media ID. Only set the fields you care about — everything else is left at AniList's defaults ONLY if this media isn't already on the list. AniList upserts by media ID: if an entry for it already exists (e.g. previously dropped, with its own score/notes/progress), calling this updates that entry in place instead — every field you don't set here keeps its previous value, not a default. Use get_user_list first to check for an existing entry if you need a guaranteed-fresh one.
| Name | Type | Req | Description |
|---|---|---|---|
| advancedScores | object | — | Per-category scores, 0-10 scale (e.g. {Story: 8, Characters: 9}) — errors if advanced scoring isn't enabled for this media's type, or if a key doesn't match the account's configured category list for… |
| completedAt | object | — | Date you completed. |
| customLists | array | — | Names of custom lists to file this entry under — REPLACES this entry's full set of enabled lists, not merged: naming only a subset silently turns OFF every other list this entry was previously filed… |
| hiddenFromStatusLists | boolean | — | Hide this entry from the public status-grouped list views (e.g. 'Watching') while still counting it in statistics — distinct from `private`, which hides the entry entirely. |
| mediaId | integer | yes | AniList anime/manga ID to add (from search_media). |
| notes | string | — | Free-text notes for this entry (per AniList's own schema, capped at 6000 characters). |
| priority | integer | — | List priority (higher = more important; per AniList's own schema, capped at 255). |
| private | boolean | — | Hide this entry from your public list. |
| progress | integer | — | Episodes watched / chapters read. |
| progressVolumes | integer | — | Volumes read (manga only). |
| repeat | integer | — | Number of times rewatched/reread (per AniList's own schema, capped at 1000). |
| score | number | — | Score out of 10 (decimals allowed, e.g. 8.5), always on this scale regardless of the account's configured scoreFormat (set via update_user) — no conversion needed. |
| startedAt | object | — | Date you started. |
| status | string | — | List status. If omitted on a genuinely NEW entry, AniList defaults to CURRENT (with `startedAt` auto-set to today) — confirmed live; despite AniList's own site UI defaulting new entries to Planning,… |
| Name | Type | Req | Description |
|---|---|---|---|
| entry | object | yes | — |
No examples provided.
delete_activity Delete an activity post ~83
[Requires login] Delete an activity post the authenticated user owns. This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList activity ID to delete — from get_user_activity, get_user_recent_activity, search_activity, or the id returned by a previous post_text_activity/post_message_activity call. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
delete_thread Delete a forum thread ~74
[Requires login] Delete a forum thread the authenticated user owns, by its ID (from search_thread, get_thread, or the id returned by post_thread). This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList thread ID to delete. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
delete_thread_comment Delete a comment on a forum thread ~72
[Requires login] Delete a comment the authenticated user owns, by its ID (from get_thread_comments or the id returned by post_thread_comment). This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList comment ID to delete. |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
get_activity Get an activity post ~79
Get a single AniList activity post (list update, text post, or message) by its ID, including `replyCount`, `likeCount`, and `isLiked`.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList activity ID — from get_user_activity, get_user_recent_activity, search_activity, or the id returned by post_text_activity/post_message_activity. |
| Name | Type | Req | Description |
|---|---|---|---|
| activity | — | yes | — |
No examples provided.
get_anime_schedule Get the anime airing schedule ~262
Get upcoming (or a specific title's) episode air times, soonest-airing first (confirmed live). Omit `mediaId` for the site-wide upcoming schedule, or pass it (from search_media/get_media) to get one title's next-episode air time. Anime only — manga has no airing schedule; a manga id (like any non-anime id) is rejected as not-found rather than silently returning an empty schedule, though that error reads the same as a nonexistent id and doesn't single out the manga/anime mismatch.
| Name | Type | Req | Description |
|---|---|---|---|
| mediaId | integer | — | Restrict to this AniList anime ID (not manga). |
| notYetAired | boolean | — | Set false to instead list only already-aired episodes (confirmed live: this swaps to a past-only result set, it doesn't add past episodes to the still-upcoming ones). |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| Name | Type | Req | Description |
|---|---|---|---|
| hasNextPage | — | — | — |
| schedule | array | yes | — |
No examples provided.
get_authorized_user Get the logged-in user's profile ~187
[Requires login] Get the profile of the AniList account currently authorized via login_anilist/ANILIST_ACCESS_TOKEN — use this to confirm which account is connected. Also the authoritative source to fetch BEFORE an update_user call touching `options.notificationOptions`/`options.disabledListActivity` (confirmed live: full array replace, not merge by entry) or `mediaListOptions.animeList/mangaList.customLists` (confirmed live: same full-replace behavior) — read the current values here first and resend them in full alongside your changes. The sibling `advancedScoring` array carries a related but distinct risk instead: it's positional, not name-matched, so reordering/renaming its entries silently reinterprets already-scored list entries (see update_user's own `advancedScoring` field for detail) — fetch it here first too before changing it.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| user | object | yes | — |
No examples provided.
get_character Get character details ~84
Get a character's profile by AniList character ID: name, image, description, and the anime/manga they appear in (`media`, up to 25 by popularity, with their `characterRole` — MAIN/SUPPORTING/BACKGROUND — in each). Use search_character first to resolve a name to its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList character ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| character | object | yes | — |
No examples provided.
get_full_user_info Get a user's complete profile and stats ~146
Get an AniList user's profile AND statistics in a single call — use this instead of calling get_user_profile and get_user_stats separately. Like get_user_profile, this also returns the target's account settings (notifications, list display, etc.) regardless of who's authenticated — AniList doesn't viewer-gate those fields. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. Its embedded statistics carry the same staleness caveat as get_user_stats: AniList's own aggregation can lag and read all-zero even for an account with real list entries.
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | AniList user ID, or username. |
| Name | Type | Req | Description |
|---|---|---|---|
| user | object | yes | — |
No examples provided.
get_genres Get genres ~52
List every genre name AniList uses to tag anime/manga (e.g. Action, Comedy, Slice of Life). Call this before filtering search_media by genre, so you pass a name AniList actually recognizes.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| genres | array | yes | — |
No examples provided.
get_media Get anime/manga details ~340
Get detailed information about one or more anime or manga by their AniList ID(s): title, format, status, episode/chapter/volume count, genres, score, synopsis, dates, and `rankings` — AniList's own ranking badges (e.g. "#134 highest rated all time", "#11 highest rated 2024"), one entry per rated/popular ranking window the title currently appears in. Also returns `nextAiringEpisode` (for currently-releasing anime), `externalLinks` (official sites, streaming platforms), and — [requires login] — `mediaListEntry`, the authenticated user's own list entry for this title, or null if it isn't on their list. Use search_media first to resolve a title to its AniList ID. Returns a single object if `ids` is a single ID, or an array (same order as `ids`, with `null` in place of any ID that didn't resolve to a real anime/manga) if `ids` is an array.
| Name | Type | Req | Description |
|---|---|---|---|
| ids | — | yes | A single AniList anime/manga ID, or an array of up to 25 IDs to fetch in one call (same cap as this codebase's paginated list tools — each entry returned here includes the full synopsis/tags/rankings… |
| includeStreamingEpisodes | boolean | — | Also fetch `streamingEpisodes` (per-episode streaming links). Kept off by default — AniList doesn't paginate this field, so a long-running title can return hundreds of entries. |
| type | string | yes | Whether `ids` refers to anime or manga. |
| Name | Type | Req | Description |
|---|---|---|---|
| media | — | yes | — |
No examples provided.
get_media_characters Get an anime/manga's characters ~206
List an anime/manga's characters with their role (Main/Supporting/Background) and, for anime, Japanese voice actors. Use search_media first to resolve a title to its AniList ID. No explicit ordering is requested — don't assume results are grouped by role or sorted by popularity (unlike get_character/get_staff's reverse-direction lookup, which IS popularity-sorted); confirmed live, a Main-role character can appear well after several Supporting ones.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList ID. |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| type | string | yes | Whether `id` refers to anime or manga. |
| Name | Type | Req | Description |
|---|---|---|---|
| characters | object | yes | — |
No examples provided.
get_media_relations Get a title's related media ~84
Get the anime/manga related to a given title (prequels, sequels, side stories, adaptations, spin-offs) with the relation type. Use search_media first to resolve a title to its AniList ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList anime/manga ID. |
| type | string | yes | Whether `id` refers to anime or manga. |
| Name | Type | Req | Description |
|---|---|---|---|
| relations | object | yes | — |
No examples provided.
get_media_reviews Get an anime/manga's reviews ~230
List user-written reviews for an anime or manga, most-helpful-voted first (confirmed live: ordered by `rating`, not `score` — see those fields' own descriptions). Always includes `summary` (a short excerpt); set `includeBody` to also fetch each review's full text (can be long — leave it off unless you actually need the full text). Use search_media first to resolve a title to its AniList ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList ID. |
| includeBody | boolean | — | Also fetch each review's full text (`body`), not just its short `summary`. |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| type | string | yes | Whether `id` refers to anime or manga. |
| Name | Type | Req | Description |
|---|---|---|---|
| reviews | object | yes | — |
No examples provided.
get_media_staff Get an anime/manga's production staff ~185
List an anime/manga's staff (director, writer, character designer, author, illustrator, etc.) with their role. Use search_media first to resolve a title to its AniList ID. No explicit ordering is requested — don't assume results are sorted by role or popularity (unlike get_staff's reverse-direction lookup, which IS popularity-sorted).
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList ID. |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| type | string | yes | Whether `id` refers to anime or manga. |
| Name | Type | Req | Description |
|---|---|---|---|
| staff | object | yes | — |
No examples provided.
get_media_statistics Get an anime/manga's score/status distribution ~78
Get an anime/manga's watch/read-status counts (watching/completed/planning/etc.) and score distribution histogram across all AniList users. Use search_media first to resolve a title to its AniList ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList ID. |
| type | string | yes | Whether `id` refers to anime or manga. |
| Name | Type | Req | Description |
|---|---|---|---|
| statistics | object | yes | — |
No examples provided.
get_media_tags Get media tags ~208
List every descriptive tag AniList uses on anime/manga (finer-grained than genres, e.g. 'Time Skip', 'Tragedy', 'Reincarnation'), with category and adult-content flag. There are ~425 tags total, so results are paginated — use `page`/`perPage` rather than expecting them all in one response. Use this to look up a tag's exact name before passing it to search_media's `tag_in` — tag names are case-sensitive, and an unrecognized name doesn't error, it just silently matches nothing (confirmed live).
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| Name | Type | Req | Description |
|---|---|---|---|
| pageInfo | object | — | — |
| tags | array | yes | — |
No examples provided.
get_notifications Get your AniList notifications ~329
[Requires login] Get the authenticated user's AniList notifications: new episodes airing, activity likes/replies/mentions, new followers, thread replies/likes, and media/staff/character data-submission updates. Every item has `id`, `type` and a human-readable `context`/`contexts` string; the rest of the fields depend on `type` (e.g. an AIRING item includes `media`/`episode`, a FOLLOWING item includes `user`, an ACTIVITY_MESSAGE item includes `message.message` — the actual DM text is nested one level inside `message`).
| Name | Type | Req | Description |
|---|---|---|---|
| markAsRead | boolean | — | Set true to also reset AniList's unread-notification badge count to 0, as a side effect of this call (the same effect as opening the notifications page on the site). Defaults to false so a routine ch… |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| type_in | array | — | Restrict to these notification types. Omit to get every type. This only filters what's returned here — whether a type is generated at all is controlled separately by the account's own notificationOpt… |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
get_recommendation Get a recommendation by ID ~220
Get a single AniList recommendation pairing (media + the media users recommend alongside it) by its AniList recommendation ID — useful for re-checking one specific pairing's current `rating`/`userRating` (e.g. after voting on it directly on anilist.co — this server has no tool to cast that vote itself) without re-paginating the whole list. Use get_recommendations_for_media instead to discover recommendation IDs for a title in the first place, or to browse/list them. Confirmed live (raw GraphQL, independent of this server): this is an AniList-side inconsistency, not a client bug — a majority of ids from get_recommendations_for_media's own `nodes[].id` 404 here anyway (7 of 10 tested for one title), with no correlation to that pairing's `rating`. A 404 on an id you just got from that tool doesn't mean the pairing doesn't exist, only that this specific lookup can't resolve it.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList recommendation ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| recommendation | object | yes | — |
No examples provided.
get_recommendations_for_media Get recommendations for a title ~267
List anime/manga AniList users recommend as similar to a given title, ranked by rating (highest first). Use search_media first to resolve the title to its AniList ID. Each result's `mediaRecommendation.mediaListEntry` (requires login) shows whether it's already on your own list — set `excludeInList: true` to filter those out server-side instead of checking each one yourself.
| Name | Type | Req | Description |
|---|---|---|---|
| excludeInList | boolean | — | [Requires login] Omit recommendations already on your own list. Filtered after fetching this page, so a page can come back with fewer than `perPage` results — not an error, just fewer new ones on tha… |
| mediaId | integer | yes | AniList ID of the anime/manga to get recommendations for. |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| Name | Type | Req | Description |
|---|---|---|---|
| recommendations | object | yes | — |
No examples provided.
get_site_statistics Get AniList site statistics ~144
Get AniList's own site-wide statistics (new users/anime/manga daily counts), newest first. Useful for questions about AniList's growth/activity, not for anime data. Defaults to the last 7 days; use `page`/`perPage` to go further back. Confirmed live (bypassing this tool's own 25 cap): AniList's SiteStatistics field silently caps `perPage` at 25 itself, so this tool's own limit doesn't lose you anything.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. |
| perPage | integer | — | Results per page/series (max 25, enforced by AniList itself). |
| Name | Type | Req | Description |
|---|---|---|---|
| statistics | object | yes | — |
No examples provided.
get_staff Get staff member details ~88
Get a staff member's profile by AniList staff ID: name, image, occupations, description, and the anime/manga they worked on (`staffMedia`, up to 25 by popularity, with their `staffRole` — e.g. Director, Character Design — in each). Use search_staff first to resolve a name to its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList staff ID. |
| Name | Type | Req | Description |
|---|---|---|---|
| staff | object | yes | — |
No examples provided.
get_studio Get studio ~181
Get a studio's profile (name, whether it's an animation studio) and its top 10 most popular produced titles (a fixed cap, not paginated — AniList's studio field exposes no more via this lookup), by AniList studio ID or by name. Confirmed live: `name` already does AniList's own fuzzy search (same mechanism as search_studio), so a partial name (e.g. "Kyoto Anim") resolves directly — reach for search_studio instead only when you need to browse multiple candidates rather than take the closest match. If both `id` and `name` are given, `id` takes precedence and `name` is ignored.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | — | AniList studio ID. Provide this or `name`. |
| name | string | — | Studio name to look up. Provide this or `id`. |
| Name | Type | Req | Description |
|---|---|---|---|
| studio | object | yes | — |
No examples provided.
get_thread Get a forum thread ~85
Get an AniList forum thread's title, body and metadata (including `replyCount`, `viewCount`, `likeCount`, `isLiked`) by its ID.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList thread ID — use search_thread to find one, or pass one already known (e.g. from an AniList forum URL, anilist.co/forum/thread/<id>). |
| Name | Type | Req | Description |
|---|---|---|---|
| thread | object | yes | — |
No examples provided.
get_thread_comments Get comments on a forum thread ~179
List top-level comments posted on an AniList forum thread, by the thread's ID. Replies (posted via post_thread_comment's `parentCommentId`) are nested under their parent's `childComments` rather than appearing as separate entries in this list.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| threadId | integer | yes | AniList thread ID — use search_thread to find one, or pass one already known (e.g. from an AniList forum URL, or from get_thread). |
| Name | Type | Req | Description |
|---|---|---|---|
| comments | object | yes | — |
No examples provided.
get_todays_birthdays Get today's birthday characters or staff ~139
List AniList characters or staff members whose birthday (month/day) is today, up to 50 results (a fixed cap, not paginated — entries beyond 50 are silently omitted, not an error). Returns character-shaped or staff-shaped objects for kind: CHARACTER/STAFF respectively, but a lighter fetch than get_character/get_staff: it does NOT include those tools' `media`/`staffMedia` filmography — call get_character/get_staff by ID for an entry's full roles/works, don't read a missing filmography here as 'none'.
| Name | Type | Req | Description |
|---|---|---|---|
| kind | string | yes | Whether to list characters or staff members. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | array | yes | — |
No examples provided.
get_user_activity Get a user's activity feed ~268
List recent AniList activity posts from a specific user — every activity type (list updates, text posts, and message activity they received), the underlying query applies no type filter of its own. Accepts an exact AniList username directly (it's resolved to an id with one extra internal lookup) — no need to call search_user first unless you only have a partial/fuzzy name. Use search_activity instead if you want to restrict to one activity type (TEXT/ANIME_LIST/MANGA_LIST/MEDIA_LIST/MESSAGE) or browse without pinning to one user. Use get_user_recent_activity instead if you just want a quick, fixed-size (5-item) recent snapshot without paginating.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| user | — | yes | AniList user ID, or username. Unlike search_activity's own `user` filter, both an unknown numeric ID and an unknown username error here rather than silently returning an empty feed. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
get_user_list Get a user's anime or manga list ~254
Get a user's AniList anime or manga list, grouped by status/custom list, with each entry's status, score, progress and dates. Works for any public/unlisted user. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. Paginated by `chunk`/`perChunk` (AniList's own mechanism for this — counted across entries of ALL statuses combined, not per status), since a large list can otherwise return thousands of entries in one response; check `hasNextChunk` and increment `chunk` to keep paging. AniList itself caps this at the ~11,000 most recently updated unique entries — irrelevant for virtually every account, but a hard ceiling if one is ever hit (older entries beyond it aren't retrievable through this field at all, by any chunk).
| Name | Type | Req | Description |
|---|---|---|---|
| chunk | integer | — | Chunk number for pagination (AniList paginates this list by chunk, not page). |
| perChunk | integer | — | Entries per chunk, counted across all statuses combined (max 25). |
| type | string | yes | Whether to get the anime or manga list. |
| user | — | yes | AniList user ID, or username. |
| Name | Type | Req | Description |
|---|---|---|---|
| hasNextChunk | — | — | — |
| lists | — | — | — |
No examples provided.
get_user_profile Get a user's profile ~134
Get an AniList user's public profile: name, about text, avatar, donator status — plus their account settings (title/name-language preferences, notification toggles, list display options). Confirmed live these settings are NOT viewer-gated, so they're included for any user, not just the authenticated caller. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name and need to look up the exact one. Need statistics too? Use get_full_user_info instead of also calling get_user_stats separately.
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | AniList user ID, or username. |
| Name | Type | Req | Description |
|---|---|---|---|
| profile | object | yes | — |
No examples provided.
get_user_recent_activity Get a user's most recent activity ~154
Get an AniList user's 5 most recent activity posts, with full content (not just IDs) — every activity type (list updates, text posts, and message activity they received; the underlying query applies no type filter of its own), a fixed count, not configurable; use get_user_activity for a paginated full feed instead. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name (username resolution costs one extra internal lookup either way).
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | AniList user ID, or username. Unlike search_activity's own `user` filter, both an unknown numeric ID and an unknown username error here rather than silently returning an empty feed. |
| Name | Type | Req | Description |
|---|---|---|---|
| activity | object | yes | — |
No examples provided.
get_user_stats Get a user's statistics ~151
Get an AniList user's anime/manga statistics: counts, mean score, time watched, episodes/chapters/volumes consumed. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. AniList's own stats aggregation can lag behind the account's real list — confirmed live, an account with real scored/progressed entries still read back all-zero statistics — so don't treat a zeroed result as 'this account has no list activity' without cross-checking get_user_list. Need the profile too? Use get_full_user_info instead of also calling get_user_profile separately.
| Name | Type | Req | Description |
|---|---|---|---|
| user | — | yes | AniList user ID, or username. |
| Name | Type | Req | Description |
|---|---|---|---|
| stats | object | yes | — |
No examples provided.
login_anilist Log in to AniList ~221
Authorize the personal-list and social tools with your AniList account (one-time). Prerequisite: register an app at anilist.co/settings/developer with Redirect URL set to `http://localhost:8082/callback` (the default; override the port via ANILIST_OAUTH_PORT if 8082 is taken — it must match exactly what you register), and set ANILIST_CLIENT_ID + ANILIST_CLIENT_SECRET in the server env. Calling this returns an authorization URL: open it, log in, and click Approve. If your browser genuinely runs on the same machine as this server, login then completes automatically; otherwise copy the URL you land on and pass it to submit_anilist_redirect. `auto_capture` in the response is NOT a reliable detector of that — it only reflects whether this server process could bind its own localhost listener, which typically succeeds even when the server runs remotely (SSH/headless) and the browser can never reach it; you (or the user) know the actual machine layout, the response doesn't.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| authorize_url | string | yes | The AniList OAuth authorization URL — open it in a browser and click Approve. |
| auto_capture | boolean | yes | Whether this server process could bind a local callback listener — NOT whether the browser opening authorize_url is actually on the same machine. A remote/SSH server can still bind its own loopback p… |
| instructions | string | yes | — |
| redirect_uri | string | yes | The exact localhost callback URI this login attempt used (port from ANILIST_OAUTH_PORT, default 8082) — must exactly match the Redirect URL registered for your AniList app, or the token exchange fail… |
No examples provided.
post_message_activity Post a message activity ~193
[Requires login] Post a new message-style activity to another AniList user's profile, or update an existing one by passing its `id`. Despite the name, this is NOT a private DM — like post_text_activity, it's publicly visible on both users' activity feeds/profiles to anyone who can view them. This is a limitation of this tool, not AniList itself: AniList's underlying mutation does accept a `private` argument, but this tool doesn't expose it, so every message sent through it is public. Don't use it for anything the sender expects to stay confidential.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | — | Activity ID to update instead of creating a new post. |
| message | string | yes | The message text to post (per AniList's own schema: 2-10000 characters). |
| recipientId | integer | yes | AniList numeric user ID of the message recipient (resolve a username via search_user first). |
| Name | Type | Req | Description |
|---|---|---|---|
| activity | object | yes | — |
No examples provided.
post_text_activity Post a text activity ~81
[Requires login] Post a new text-status update to the authenticated user's own AniList profile, or update an existing one by passing its `id`.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | — | Activity ID to update instead of creating a new post. |
| text | string | yes | The text to post (per AniList's own schema: 5-10000 characters). |
| Name | Type | Req | Description |
|---|---|---|---|
| activity | object | yes | — |
No examples provided.
post_thread Post a forum thread ~608
[Requires login] Post a new forum thread to the authenticated user's own AniList account, or update an existing one by passing its `id`. Use search_thread first if you want to check whether a similar thread already exists before posting a new one. Note: this tool's own response doesn't include `categories`/`mediaCategories`/`isSticky`/`isLocked` — call get_thread with the returned `id` afterward to confirm whether a category/sticky/locked change actually applied, especially since sticky/locked can silently no-op and categories/mediaCategories can silently drop existing values (see those fields' own descriptions below).
| Name | Type | Req | Description |
|---|---|---|---|
| body | string | — | Thread body (markdown; per AniList's own schema, up to 30000 characters) — REQUIRED when creating a new thread, optional when updating one via `id` (confirmed live: omitting it on an update leaves th… |
| categories | array | — | Forum category IDs to post this thread under — REQUIRED when creating a new thread (AniList rejects the mutation otherwise), optional when updating one via `id`. When updating and you DO set this, it… |
| id | integer | — | Thread ID to update instead of creating a new one. |
| locked | boolean | — | Lock this thread to prevent further replies (only takes effect if you have moderator permission — confirmed live that a non-mod account's own thread silently stays unlocked). |
| mediaCategories | array | — | AniList anime/manga IDs to tag this thread with, for threads about a specific title (from search_media/get_media). Optional on both create and update. When updating and you DO set this, it's a full r… |
| sticky | boolean | — | Pin this thread (only takes effect if you have moderator permission — confirmed live that a non-mod account's own thread silently stays unpinned). |
| title | string | — | Thread title (per AniList's own schema: 6-120 characters) — REQUIRED when creating a new thread, optional when updating one via `id` (confirmed live: omitting it on an update leaves the existing titl… |
| Name | Type | Req | Description |
|---|---|---|---|
| thread | object | yes | — |
No examples provided.
post_thread_comment Post a comment on a forum thread ~179
[Requires login] Post a new comment on an AniList forum thread from the authenticated user's account, or update an existing one by passing its `id`.
| Name | Type | Req | Description |
|---|---|---|---|
| comment | string | yes | The comment text to post (markdown; per AniList's own schema, up to 12000 characters). |
| id | integer | — | Comment ID to update instead of creating a new one. Not the comment you're replying to — that's `parentCommentId`. |
| parentCommentId | integer | — | Reply to this specific comment instead of posting top-level (from get_thread_comments). The reply then appears nested under that comment's `childComments` in get_thread_comments, not as a new top-lev… |
| threadId | integer | yes | AniList thread ID to comment on (from get_thread/search_thread). |
| Name | Type | Req | Description |
|---|---|---|---|
| comment | object | yes | — |
No examples provided.
remove_list_entry Remove an entry from your AniList list ~84
[Requires login] Delete an entry from the authenticated user's own AniList list by its list-entry ID (NOT the media id) — get it from get_user_list. This cannot be undone, and calling it again on an already-deleted id errors rather than silently succeeding.
| Name | Type | Req | Description |
|---|---|---|---|
| listEntryId | integer | yes | The list ENTRY id to delete (not the media id). |
| Name | Type | Req | Description |
|---|---|---|---|
| result | object | yes | — |
No examples provided.
search_activity Search activity feed ~362
Search/browse AniList's activity feed (list updates, text posts, messages), optionally filtered to one user and/or one activity type. Each result already includes its full content (text/message/status, `replyCount`/`likeCount`/`isLiked`, the posting user, and — for list activity — the media) — no follow-up get_activity call needed unless you need to re-check one specific result's `replyCount`/`likeCount`/`isLiked` later (e.g. after liking it).
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| type | string | — | Restrict to this activity type. MEDIA_LIST matches both ANIME_LIST and MANGA_LIST activities; use ANIME_LIST/MANGA_LIST to restrict to just one. |
| user | — | — | Restrict results to this AniList user — numeric ID or exact username (resolved to an id with one extra internal lookup; no need to call search_user first unless you only have a partial/fuzzy name). V… |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
search_character Search characters ~124
Search AniList for characters by name. Returns AniList IDs to use with get_character.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| term | string | yes | Character name (or part of it) to search for. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
search_media Search anime/manga ~1,062
Search AniList for anime or manga by title and/or filters (genre, format, status, season/year), or browse term-less by ranking (top-rated, most popular, trending — see the `sort` parameter) when you don't have a title to search for. Adult (NSFW) results are included unless you set `sfw: true` — see the `sfw` parameter. Returns AniList IDs to use with get_media and other ID-based tools.
| Name | Type | Req | Description |
|---|---|---|---|
| averageScore_greater | integer | — | Restrict to entries with an average score strictly greater than this (0-100). |
| averageScore_lesser | integer | — | Restrict to entries with an average score strictly less than this (0-100). |
| endDate_greater | object | — | Restrict to entries whose end date is on or after this date. |
| endDate_lesser | object | — | Restrict to entries whose end date is on or before this date. |
| episodes_greater | integer | — | Restrict to entries with more episodes/chapters than this. |
| episodes_lesser | integer | — | Restrict to entries with fewer episodes/chapters than this. |
| format_in | array | — | Restrict to these formats. Only formats valid for the `type` you're searching match anything — e.g. NOVEL/ONE_SHOT with type: ANIME, or TV/OVA/ONA with type: MANGA, will just filter out all results,… |
| genres | array | — | Restrict to entries matching ALL of these genre names (see get_genres for valid names) — an unrecognized genre name doesn't error, it just filters out all results, same silent-mismatch behavior as `f… |
| includeDescription | boolean | — | Also fetch each result's full synopsis (`description`). Kept off by default — with up to 25 results per call, always including it would burn tokens on text you may not need; use get_media for a singl… |
| onList | boolean | — | [Requires login] Restrict to (true) or exclude (false) entries already on the authenticated user's own list. Omit to ignore list status entirely. Confirmed live: silently no-ops (identical results fo… |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| popularity_greater | integer | — | Restrict to entries with more list-adds than this. |
| popularity_lesser | integer | — | Restrict to entries with fewer list-adds than this. |
| season | string | — | Restrict to this airing season. Works alone — matches every year's occurrence of that season, NOT just the current year (unlike anilist.co's own season filter UI, which implicitly assumes the current… |
| seasonYear | integer | — | Restrict to this airing/release year (matches any season within it). Works alone or combined with `season` for one specific season+year — neither requires the other. |
| sfw | boolean | — | Set true to exclude adult (isAdult) entries. Adult results are NOT filtered by default. |
| sort | array | — | Sort order, most-significant key first (e.g. ["SCORE_DESC"] for highest-rated first, ["POPULARITY_DESC"] for most popular, ["TRENDING_DESC"] for what's hot right now). Defaults to relevance-ranked SE… |
| source_in | array | — | Restrict to entries adapted from these source material types. |
| startDate_greater | object | — | Restrict to entries whose start date is on or after this date. |
| startDate_lesser | object | — | Restrict to entries whose start date is on or before this date. |
| status_in | array | — | Restrict to these release statuses. |
| tag_in | array | — | Restrict to entries matching ALL of these exact tag names (see get_media_tags for valid names — unlike `genres`, tag names are case-sensitive and more specific, e.g. "Time Loop" or "Tragedy"). An unr… |
| term | string | — | Free-text search term (matches title). Omit to only filter. |
| type | string | yes | Whether to search anime or manga. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
search_staff Search staff ~126
Search AniList for staff members by name. Returns AniList IDs to use with get_staff.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| term | string | yes | Staff member name (or part of it) to search for. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
search_studio Search studios ~170
Search/browse AniList's animation/production studios by name, when you want to see multiple candidates rather than take the closest match — get_studio's own `name` param already does this same fuzzy search directly and resolves a partial name on its own. Returns AniList IDs to use with get_studio.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| term | string | yes | Studio name (or part of it) to search for. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
search_thread Search forum threads ~308
Search/browse AniList's forum threads by title/body text and/or restrict to one category. Returns AniList thread IDs (with title/category for context) to use with get_thread, get_thread_comments, post_thread, or post_thread_comment.
| Name | Type | Req | Description |
|---|---|---|---|
| categoryId | integer | — | Restrict to this forum category ID. Not independently listable by any tool — resolve one from a thread you've already read (its `categories` field) or from a forum URL like anilist.co/forum/recent?ca… |
| mediaCategoryId | integer | — | Restrict to threads tagged with this AniList anime/manga ID (from search_media/get_media). Not existence-checked: a nonexistent media ID doesn't error, it silently filters to an empty result — resolv… |
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| term | string | — | Free-text search term (matches thread title/body). Omit to just filter/browse. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
search_user Search users ~150
Search AniList for users by username. Returns AniList user IDs to use with get_user_profile/get_full_user_info (profile), get_user_stats (statistics), get_user_list (their public list), or toggle_follow_user.
| Name | Type | Req | Description |
|---|---|---|---|
| page | integer | — | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entri… |
| perPage | integer | — | Results per page (max 25). |
| term | string | yes | Username (or part of it) to search for. |
| Name | Type | Req | Description |
|---|---|---|---|
| results | object | yes | — |
No examples provided.
submit_anilist_redirect Complete AniList login with a pasted redirect URL ~91
Complete a login started with login_anilist by submitting the URL your browser was redirected to after clicking Approve (the one containing ?code=...). Use this when login didn't complete automatically — e.g. the server runs on a remote/headless host. A bare code string is also accepted.
| Name | Type | Req | Description |
|---|---|---|---|
| redirect_url | string | yes | The full redirected URL (contains ?code=...), or just the code value. |
| Name | Type | Req | Description |
|---|---|---|---|
| success | boolean | yes | — |
No examples provided.
toggle_favourite Favourite/unfavourite an anime, manga, character, staff member, or studio ~314
[Requires login] Toggle an anime, manga, character, staff member, or studio in the authenticated user's AniList favourites. Calling it again on the same `kind`+`id` un-favourites it. The response is not scoped to just the toggled item: it returns the account's entire current favourites (id-only) across all 5 categories (anime/manga/characters/staff/studios), so expect a wide result even for a single toggle. Resolve `id` first via search_media/get_media (kind: ANIME/MANGA), search_character/get_character, search_staff/get_staff, or search_studio/get_studio, matching `kind`. Confirmed live: AniList does NOT validate that `id` actually belongs to the given `kind` — e.g. passing an anime's ID with `kind: CHARACTER` succeeds silently instead of erroring, favouriting a nonexistent character. Always resolve `id` from the tool matching `kind` rather than reusing an ID you already have on hand. Note: immediately re-checking with get_media/get_character/get_staff/get_studio's own `isFavourite` can briefly still show the pre-toggle value — a confirmed AniList-side read-after-write lag, not a bug in this call; this tool's own response already reflects the new favourites list correctly.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList ID of that anime/manga/character/staff/studio. |
| kind | string | yes | Which kind of entity `id` refers to. |
| Name | Type | Req | Description |
|---|---|---|---|
| favourites | object | yes | — |
No examples provided.
toggle_follow_user Follow/unfollow a user ~70
[Requires login] Toggle following another AniList user from the authenticated user's account. Calling it again on the same user unfollows them.
| Name | Type | Req | Description |
|---|---|---|---|
| id | integer | yes | AniList numeric user ID to follow/unfollow — this mutation has no username form; resolve one via search_user or get_user_profile first. |
| Name | Type | Req | Description |
|---|---|---|---|
| user | object | yes | — |
No examples provided.
update_list_entry Update an entry on your AniList list ~590
[Requires login] Update an existing entry on the authenticated user's own AniList list by its list-entry ID (NOT the media ID — get it from get_user_list, or from add_list_entry's response). Only set the fields you want to change.
| Name | Type | Req | Description |
|---|---|---|---|
| advancedScores | object | — | New per-category scores, keyed and error-checked the same way as add_list_entry (errors if advanced scoring is disabled, or a key doesn't match a configured category). Unlike this tool's other fields… |
| completedAt | object | — | New completion date. |
| customLists | array | — | New set of custom lists for this entry — REPLACES this entry's full set of enabled lists, not merged: naming only a subset silently turns OFF every other list this entry was previously filed under (c… |
| hiddenFromStatusLists | boolean | — | Hide/unhide this entry from the public status-grouped list views (e.g. 'Watching') while still counting it in statistics — distinct from `private`, which hides the entry entirely. |
| listEntryId | integer | yes | The list ENTRY id to update (not the media id). |
| notes | string | — | New free-text notes (per AniList's own schema, capped at 6000 characters). |
| priority | integer | — | New list priority (higher = more important; per AniList's own schema, capped at 255). |
| private | boolean | — | Hide/unhide this entry from your public list. |
| progress | integer | — | New episodes watched / chapters read. |
| progressVolumes | integer | — | New volumes read (manga only). |
| repeat | integer | — | New rewatch/reread count (per AniList's own schema, capped at 1000). |
| score | number | — | New score out of 10 (decimals allowed), always on this scale regardless of the account's configured scoreFormat (set via update_user) — no conversion needed. |
| startedAt | object | — | New start date. |
| status | string | — | New list status. |
| Name | Type | Req | Description |
|---|---|---|---|
| entry | object | yes | — |
No examples provided.
update_user Update your AniList account settings ~857
[Requires login] Update settings on the authenticated user's own AniList account (about text, preferred title language, adult-content visibility, score format, notification/messaging preferences, anime/manga list options). Only set the fields you want to change — most fields are a true partial update (see `notificationOptions`/`disabledListActivity` below for two confirmed exceptions, PLUS `animeListOptions`/`mangaListOptions`'s nested `customLists` — a third: that one field's ARRAY VALUE is a full replace even though its sibling fields and the other list type merge normally).
| Name | Type | Req | Description |
|---|---|---|---|
| about | string | — | New profile 'about' text. |
| activityMergeTime | integer | — | Minutes within which consecutive list activity posts get merged into one. Per AniList's own schema: 0 = never merge, 20160+ (2 weeks) = always merge. |
| airingNotifications | boolean | — | Whether to notify about new episode airings for anime on your list. |
| animeListOptions | object | — | New anime-list display/scoring options — only the fields you set are changed (confirmed live: this is a partial merge, unlike add_list_entry's advancedScores). |
| disabledListActivity | array | — | ALL 6 list statuses, every time — confirmed live: AniList rejects this with a 400 error if any status is missing ("Incorrect number of disabled list activity options"), it's not a partial per-status… |
| displayAdultContent | boolean | — | Whether to show adult content in search/browse. |
| donatorBadge | string | — | Custom donator badge text, up to 24 characters per AniList's own schema (only takes effect on a donator account). |
| mangaListOptions | object | — | New manga-list display/scoring options — same partial-merge behavior as `animeListOptions` above. |
| notificationOptions | array | — | ALL 20 notification types, every time — confirmed live this is a full replace, not a partial merge: AniList silently drops every type you don't list (not just resets it to default, removes it) with n… |
| profileColor | string | — | Profile accent color (name or hex). Confirmed live: AniList silently ignores an unrecognized value instead of erroring — the account's existing color is left unchanged, with no error surfaced and no… |
| restrictMessagesToFollowing | boolean | — | Only allow message activity from users you follow. |
| rowOrder | string | — | Internal list-table row ordering key — reads back from `mediaListOptions.rowOrder` in the profile tools/this tool's own response. Confirmed live: AniList validates this server-side and rejects an unr… |
| scoreFormat | string | — | Preferred list score format (affects how scores DISPLAY on anilist.co only — add_list_entry/update_list_entry's `score` parameter always stays on a 0-10 scale regardless of this setting, so no conver… |
| staffNameLanguage | string | — | Preferred staff/character name display language. |
| timezone | string | — | Display timezone as an offset, in AniList's own documented "-?HH:MM" format (e.g. "09:00", "-05:00"). Confirmed live that AniList validates this server-side and rejects a malformed value with a clear… |
| titleLanguage | string | — | Preferred title display language. |
| Name | Type | Req | Description |
|---|---|---|---|
| user | object | yes | — |
No examples provided.