Skip to main content
Glama
Grinv

AniList MCP Server

Update an entry on your AniList list

update_list_entry
Idempotent

Update an existing entry on your AniList list by its list-entry ID, setting only the fields you want to change.

Instructions

[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.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesNoNew free-text notes (per AniList's own schema, capped at 6000 characters).
scoreNoNew score out of 10 (decimals allowed), always on this scale regardless of the account's configured scoreFormat (set via update_user) — no conversion needed.
repeatNoNew rewatch/reread count (per AniList's own schema, capped at 1000).
statusNoNew list status.
privateNoHide/unhide this entry from your public list.
priorityNoNew list priority (higher = more important; per AniList's own schema, capped at 255).
progressNoNew episodes watched / chapters read.
startedAtNoNew start date.
completedAtNoNew completion date.
customListsNoNew 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 (confirmed live for add_list_entry's identical field; this tool writes the same underlying value), it doesn't leave them alone. Include every list name you want this entry to stay tagged with, not just the one you're changing. Also, the list must already exist on the account (update_user's `animeListOptions`/`mangaListOptions` `customLists`) — naming one that doesn't exist yet is silently a no-op, not an error.
listEntryIdYesThe list ENTRY id to update (not the media id).
advancedScoresNoNew 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, this one is NOT a true partial update: any configured category you omit is set to 0, not left at its previous value — pass every category if you're only changing one. Also stored positionally, not by name — same read-time reinterpretation risk as add_list_entry's `advancedScores` if the account's category order (update_user's `advancedScoring`) is later renamed/reordered.
progressVolumesNoNew volumes read (manga only).
hiddenFromStatusListsNoHide/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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
entryYes
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already convey write, idempotent, and non-destructive behavior. The description adds '[Requires login]' as an authorization prerequisite and 'Only set the fields you want to change' as partial-update semantics, both of which are beyond the annotation fields. There is no contradiction between the description and the annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only three short clauses, with the action verb and key target front-loaded. Every clause earns its place: auth requirement, exact resource, ID type and source, and partial-update behavior. No redundant or filler content.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the 14-parameter schema, output schema, and detailed parameter descriptions, the main description doesn't need to restate field meanings. It supplies the cross-field context an agent needs: login requirement, existing-entry scope, ID sourcing, and partial updates. It is complete enough, though a one-line sibling comparison to add_list_entry/remove_list_entry would make it even stronger.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds meaningful context by clarifying that listEntryId is the entry ID (not the media ID) and by pointing to the exact tools that return it. The phrase 'Only set the fields you want to change' also clarifies that all optional parameters are indeed optional partial updates, which is not stated at the schema top level.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'Update an existing entry on the authenticated user's own AniList list by its list-entry ID', clearly identifying the verb, resource, and scope. It disambiguates from add/remove by saying 'existing entry' and from get_user_list by specifying an update operation. The 'NOT the media ID' caveat further sharpens the purpose.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It provides clear conditions: requires login, updates the authenticated user's own list, and applies to existing entries. It also tells the agent where to obtain the correct listEntryId (get_user_list or add_list_entry's response) and warns against using the media ID. It doesn't explicitly contrast with add_list_entry or remove_list_entry, but the context strongly implies when this tool should be used.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Grinv/anilist-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server