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 list. Set status, score, watched episodes, and dates; missing fields remain unchanged on existing entries.

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 MyAnimeList authentication (via login_mal, or a pre-supplied MAL_REFRESH_TOKEN/MAL_ACCESS_TOKEN).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tagsNoComma-separated free-text tags.
scoreNoScore 0-10 (0 clears the score).
statusNoList status bucket.
anime_idYesMyAnimeList numeric ID.
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
Behavior4/5

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

Annotations already indicate idempotent, not read-only, not destructive. The description adds useful behavioral details: entry creation if absent, omitted fields left unchanged, and specific authentication methods required (login_mal, tokens). No contradiction with 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?

Three concise sentences: first states action and scope, second explains behavior for new vs existing entries, third adds constraint and auth requirements. No redundant or filler content; information is front-loaded.

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 tool's complexity (12 parameters, output schema exists), the description covers the essential behavior: add/update, partial updates, required additional field, and authentication. It doesn't discuss error handling, but output schema likely covers return values.

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 coverage is 100% with full parameter descriptions, so baseline is 3. The description adds value by stating the constraint 'Provide at least one field besides anime_id' and grouping fields conceptually (status, score, watched episodes, dates), which is not in the schema.

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 clearly states 'Add or update an anime on the authenticated user's list' with specific fields (status, score, watched episodes, dates). It also distinguishes from sibling tools like update_my_manga_status and delete_my_anime_list_item by focusing on anime list management.

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?

The description provides explicit guidance: 'Provide at least one field besides anime_id' and notes authentication requirements. While it doesn't explicitly state when not to use, the action verb 'update' and mention of 'create if absent' make the usage context clear compared to read/delete siblings.

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

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