Get manga statistics
get_manga_statisticsRetrieve read-status counts (reading, completed, etc.) and score distribution for a manga using its MyAnimeList numeric ID.
Instructions
Get read-status counts (reading/completed/…) and the score distribution for a manga by mal_id. Get the mal_id from search_manga. Unlike get_anime_statistics, no official-API fallback exists for this tool — it always needs Tenrai itself to be reachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | MyAnimeList numeric ID. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | No | ||
| scores | No | ||
| dropped | No | ||
| on_hold | No | ||
| reading | No | ||
| watching | No | ||
| completed | No | ||
| plan_to_read | No | ||
| plan_to_watch | No |