Get User Stats
get_user_statsComputes 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
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||