Skip to main content
Glama
Grinv

MAL MCP Server

Update my anime status

update_my_anime_status
Idempotent

Add or update an anime on your MyAnimeList, setting status, score, watched episodes, dates, or tags. Creates the entry if absent; leaves omitted fields unchanged.

Instructions

Add or update an anime on the authenticated user's list (status, score, watched episodes, dates). Creates the entry if absent; fields you omit are left unchanged on an existing entry. Provide at least one field besides anime_id. Requires a MyAnimeList login.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoComma-separated free-text tags.
scoreNoScore 0-10 (0 clears the score).
statusNoList status bucket.
anime_idYesMyAnimeList numeric ID of the target entry. (The read tools call this same id `id`; it's named anime_id/manga_id here to match MAL's own write endpoints.) Obtain it from search_anime/search_manga, or from get_my_anime_list/get_my_manga_list for an entry already on your list.
commentsNoFree-text comments.
priorityNoList priority: 0 = low, 1 = medium, 2 = high.
start_dateNoDate as YYYY-MM-DD.
finish_dateNoDate as YYYY-MM-DD.
is_rewatchingNoWhether currently rewatching.
rewatch_valueNoRewatch/reread value: 0 = none … 5 = very high.
num_times_rewatchedNoTimes rewatched.
num_watched_episodesNoEpisodes watched. Note: get_my_anime_list returns this same value as `num_episodes_watched` — the field name is intentionally different here.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
scoreNo
statusNo
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

The description adds meaningful behavior beyond the annotations: it explains the idempotent upsert contract ('Creates the entry if absent; fields you omit are left unchanged on an existing entry'), the precondition that at least one field besides anime_id must be provided, and the authentication requirement. This is consistent with idempotentHint=true and readOnlyHint=false.

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 three sentences with the main action front-loaded in the first sentence. It includes only high-value details: upsert semantics, partial update behavior, required field validation, and login. No word is wasted.

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

Completeness5/5

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

For a 12-parameter mutation tool with rich schema descriptions and an output schema, the description covers the essential behavioral contract: scoping to the user's list, upsert behavior, partial updates, and authentication. Nothing needed for correct invocation is missing.

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

Parameters3/5

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

Schema description coverage is 100%, and every parameter has a detailed inline description, including enum values, ranges, date formats, and naming notes. The description only summarizes the broad field categories (status, score, watched episodes, dates) without adding meaning beyond what the schema already provides.

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 says 'Add or update an anime on the authenticated user's list' and details the update fields (status, score, watched episodes, dates), making the action and resource explicit. It also clarifies the upsert nature, which distinguishes it from read-only anime endpoints and from manga-specific writes.

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 context: this is a write operation scoped to the authenticated user's anime list, with an explicit login requirement. It does not explicitly name alternatives such as update_my_manga_status or delete_my_anime_list_item, but the anime-vs-manga and write-vs-read distinctions are strongly implied by the wording and title.

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

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/mal-mcp'

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