Skip to main content
Glama

Get User Stats

get_user_stats
Read-only

Computes summary statistics from the authenticated user's MyAnimeList anime list, including scores, episodes, top genres, and community comparisons.

Instructions

Compute summary statistics over the authenticated user's entire anime list.

Fetches the full list in one paginated pass and aggregates locally (no extra MAL calls).

Returns a text digest plus structured content with: total_entries; status_distribution; scores (count/mean/median/1-10 histogram); episodes (total watched + estimated watch hours/days, using each show's average episode duration, ~24 min fallback); top_genres (top 15 with count and avg user score); media_type_distribution; release_decades; community_comparison (avg difference between the user's scores and MAL community means); top_studios (top 10). If the list exceeds the 20,000-entry fetch cap, "truncated": true and a warning are included.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior5/5

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

Annotations already indicate readOnlyHint and openWorldHint. The description adds rich behavioral details: paginated fetch, local aggregation, specific output fields including truncation warning. This exceeds mere annotations.

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 is well-organized with clear sections: main purpose, process, output fields, and edge case. It is informative but could be slightly more concise by removing some redundancy (e.g., listing all fields twice in text).

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 no output schema and no parameters, the description must fully describe the return value. It does so comprehensively, listing all structured fields and the truncation behavior. The annotations (read-only, open-world) complement the description.

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?

There are no parameters (input schema empty), so schema coverage is 100% vacuously. Per guidelines, baseline for 0 params is 4, and the description fully explains what the tool does without needing parameters. It adds thorough output semantics.

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 verb 'compute' and the resource 'summary statistics over the authenticated user's entire anime list.' This distinguishes it from sibling tools like get_my_anime_list (which fetches raw data) and analyze_taste (likely different analysis).

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 explains the process (one paginated pass, local aggregation) and implies it is the comprehensive stats tool. While it does not explicitly say when to use vs alternatives, the context signals and sibling names make it clear. Slightly lacking explicit usage boundaries.

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/UmutKDev/myanimelist-mcp'

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