Skip to main content
Glama
Grinv

AniList MCP Server

Get a user's statistics

get_user_stats
Read-only

Retrieve an AniList user's anime and manga statistics including counts, mean score, time watched, and episodes/chapters/volumes consumed by providing their exact username or user ID.

Instructions

Get an AniList user's anime/manga statistics: counts, mean score, time watched, episodes/chapters/volumes consumed. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesAniList user ID, or username.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statsYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the description adds value by noting that an exact username is accepted directly. However, it could clarify whether anime and manga statistics are always returned together or if there are cases where only one set is provided.

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?

Two sentences with no waste. The purpose is front-loaded, and the key behavioral note about direct username acceptance is included without extraneous details.

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 single parameter, 100% schema coverage, annotations, and an output schema present, the description is complete. It covers what the tool does, how to supply the parameter, and when to avoid calling search_user.

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

Parameters5/5

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

The input schema describes the 'user' parameter as 'AniList user ID, or username.' The description adds that it accepts an exact username directly and that prior lookup via search_user is unnecessary unless the name is partial or fuzzy. This enriches meaning beyond 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 the tool returns anime/manga statistics including counts, mean score, time watched, episodes/chapters/volumes. It distinguishes from sibling tools like get_user_profile and search_user by specifying the exact resource and scope.

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?

The description explicitly tells when to use this tool: when you need a user's stats. It provides guidance on not needing to call search_user unless you have a partial/fuzzy name, which differentiates it from the sibling search_user tool.

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