Skip to main content
Glama
gavxm
by gavxm

anilist_update_progress

DestructiveIdempotent

Update episode or chapter progress for anime or manga by providing the media ID and progress number. Records the viewing or reading progress and returns the updated status.

Instructions

Update your episode or chapter progress for an anime or manga. Use when the user says they watched an episode, finished a chapter, or wants to record progress. Requires ANILIST_TOKEN. Returns updated status, progress count, and entry ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
mediaIdYesAniList media ID to update progress for
progressYesEpisode or chapter number reached
volumeProgressNoVolume number reached (manga only)
statusNoList status to set. Defaults to CURRENT if the entry is new.
Behavior4/5

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

The description adds context beyond annotations: it requires ANILIST_TOKEN (auth), and returns 'updated status, progress count, and entry ID.' Annotations already mark it as destructive and idempotent, and the description aligns without contradiction.

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, front-loading purpose, then usage, then auth and return info. Every sentence adds value with no waste.

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?

For a 4-parameter tool with no output schema, the description includes return info and auth requirement. It lacks error handling or default behaviors but is generally complete given annotations.

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 coverage is 100% with good descriptions for each parameter (e.g., 'mediaId: AniList media ID'). The description adds minimal extra meaning (e.g., 'for an anime or manga') but baseline is 3 due to high schema coverage.

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 the tool updates episode/chapter progress for anime or manga. It distinguishes itself from sibling tools like anilist_add_to_list or anilist_rate by focusing on progress recording.

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 explicitly says 'Use when the user says they watched an episode, finished a chapter, or wants to record progress.' This provides clear when-to-use guidance but does not include when not to use or compare to alternatives.

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/gavxm/ani-mcp'

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