Skip to main content
Glama

Update my anime status

update_my_anime_status
Idempotent

Add a new anime to your MyAnimeList or update its status, score, episodes watched, and dates. Supports all list statuses and optional metadata.

Instructions

Add or update an anime on the authenticated user's list (status, score, watched episodes, dates). Creates the entry if absent. Provide at least one field besides anime_id.

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.
Behavior5/5

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

Description discloses upsert behavior (creates if absent) and a requirement (at least one field), adding behavioral context beyond annotations. Annotations indicate idempotent and non-destructive, which description supports.

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?

Description is very concise, with three short sentences that front-load the core purpose and a key constraint. No unnecessary words.

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?

Description covers the primary behavior and a key usage rule. However, it does not mention return values or error handling, but given lack of output schema and simple use case, it is nearly complete.

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%, so description adds minimal parameter detail. However, it provides a useful constraint ('Provide at least one field besides anime_id') that is not in schema descriptions.

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?

Description clearly states the action (add/update), resource (anime on user's list), and key condition (creates if absent). Distinguishes from siblings like delete_my_anime_list_item and get_my_anime_list.

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?

Description indicates when to use (when adding/updating anime on list) and a key guideline (provide at least one field besides anime_id). However, it does not explicitly say when not to use or mention alternatives like delete.

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