Skip to main content
Glama
Grinv

AniList MCP Server

Get a user's profile

get_user_profile
Read-only

Retrieve an AniList user's public profile and account settings directly by username or ID, including name, about text, avatar, and preference options.

Instructions

Get an AniList user's public profile: name, about text, avatar, donator status — plus their account settings (title/name-language preferences, notification toggles, list display options). Confirmed live these settings are NOT viewer-gated, so they're included for any user, not just the authenticated caller. Accepts an exact AniList username directly — no need to call search_user first unless you only have a partial/fuzzy name and need to look up the exact one. Need statistics too? Use get_full_user_info instead of also calling get_user_stats separately.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
userYesAniList user ID, or username.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileYes
Behavior5/5

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

Annotations already indicate readOnly and openWorld, but description adds meaningful beyond-annotation context: explicitly states account settings are included for any user, not just the authenticated caller. This removes potential ambiguity about data accessibility.

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?

Four sentences, each serving a distinct purpose: scope, transparency detail, input guidance, and alternative tool recommendation. No redundancy or filler; concise yet information-dense.

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?

For a single-parameter read-only tool with an output schema, the description covers purpose, contents, special behavior, and alternatives. It is fully self-sufficient without requiring external context.

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 covers the parameter with 'AniList user ID, or username' (100% coverage). The description adds value by explaining that an exact username is accepted directly, eliminating the need for a preliminary search, which clarifies expected input.

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 opens with a clear verb+resource: 'Get an AniList user's public profile' and enumerates specific contents (name, about, avatar, donator status, account settings). It differentiates from siblings by explicitly naming get_full_user_info and search_user.

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?

Provides explicit when-to-use guidance: states exact usernames need no search_user first, and suggests get_full_user_info when statistics are needed. Also clarifies that settings are not viewer-gated, so the tool is appropriate for any user.

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