Skip to main content
Glama
Grinv

AniList MCP Server

Get a user's anime or manga list

get_user_list
Read-only

Retrieve a user's AniList anime or manga list, grouped by status, with scores, progress, and dates. Supports pagination for large lists.

Instructions

Get a user's AniList anime or manga list, grouped by status/custom list, with each entry's status, score, progress and dates. Works for any public/unlisted user. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name. Paginated by chunk/perChunk (AniList's own mechanism for this — counted across entries of ALL statuses combined, not per status), since a large list can otherwise return thousands of entries in one response; check hasNextChunk and increment chunk to keep paging.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
typeYesWhether to get the anime or manga list.
userYesAniList user ID, or username.
chunkNoChunk number for pagination (AniList paginates this list by chunk, not page).
perChunkNoEntries per chunk, counted across all statuses combined (max 25).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
listsNo
hasNextChunkNo
Behavior5/5

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

Annotations already indicate readOnlyHint and openWorldHint. The description adds behavioral details: grouping by status/custom list, inclusion of status/score/progress/dates, and pagination behavior (counted across all statuses combined). No contradiction.

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

Conciseness4/5

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

The description is a single paragraph that front-loads the purpose and follows with important details. Every sentence adds value, though it could be slightly more structured with bullet points for readability. Still appropriately sized.

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?

Given the presence of an output schema, the description covers usage, parameters, pagination, and prerequisites completely. No gaps are evident.

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 good parameter descriptions. The description adds value by explaining the pagination mechanism (chunk/perChunk, AniList's specific mechanism, check hasNextChunk). This goes beyond 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 it retrieves a user's anime or manga list grouped by status/custom list, with specific details included. It distinguishes from sibling tools that modify lists (e.g., add_list_entry, remove_list_entry) and search tools.

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

Usage Guidelines5/5

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

Explicitly states it works for any public/unlisted user and advises not to call search_user first unless only a partial/fuzzy name is available. Also explains pagination mechanism with chunk/perChunk.

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