Skip to main content
Glama
Grinv

AniList MCP Server

Get AniList site statistics

get_site_statistics
Read-only

Fetch AniList's site-wide daily counts of new users, anime, and manga, sorted newest first. Use to answer questions about platform growth and activity, with pagination for deeper history.

Instructions

Get AniList's own site-wide statistics (new users/anime/manga daily counts), newest first. Useful for questions about AniList's growth/activity, not for anime data. Defaults to the last 7 days; use page/perPage to go further back. Confirmed live (bypassing this tool's own 25 cap): AniList's SiteStatistics field silently caps perPage at 25 itself, so this tool's own limit doesn't lose you anything.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number for pagination.
perPageNoResults per page/series (max 25, enforced by AniList itself).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
statisticsYes
Behavior5/5

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

Annotations already indicate read-only and open-world hints, and the description adds practical behavior details: default to last 7 days, newest-first ordering, and the AniList-side perPage cap that nullifies any concern about the tool's own limit. These go beyond the structured hints.

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 sentences, front-loaded with the core function, followed by usage guidance and a useful quirk. Every sentence adds distinct value with no fluff.

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?

The tool is simple with an output schema already present, and the description fully covers purpose, use cases, defaults, and a behavioral quirk. Nothing important is missing for an agent to select and invoke it correctly.

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%, providing baseline 3. The description adds value by explaining that defaults correspond to a 7-day window and that page/perPage are used to 'go further back', linking them to time range rather than just pagination mechanics.

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 gets AniList's site-wide statistics (new users/anime/manga daily counts) in newest-first order. It distinguishes itself from siblings by explicitly noting this is not for anime data, unlike get_media_statistics or get_user_stats.

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 says when to use it ('useful for questions about AniList's growth/activity') and when not to ('not for anime data'). It also explains how to access historical data via pagination, providing clear usage context.

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