Get one interest stack
get_interest_stackFetch a MyAnimeList interest stack by its numeric ID, returning entries in the curator's order with each curator's score and note. Apply sfw or sfw_strict flags to exclude NSFW and ecchi entries.
Instructions
Get one MyAnimeList Interest Stack by mal_id, with its entries in the curator's own order — each carrying that curator's score (author_score) and note. Obtain the stack's mal_id from get_interest_stacks, get_anime_interest_stacks or get_manga_interest_stacks. Every entry's own mal_id chains into get_anime or get_manga (the stack's stack_type says which). sfw/sfw_strict filter NSFW entries out of the entry list rather than hiding the stack itself. 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 of the interest stack. | |
| sfw | No | If true, exclude adult/explicit-rated entries (R+ Mild Nudity and up). Defaults to false (no filtering). Note: this alone still allows mainstream, safely-rated shows tagged with the Ecchi genre (fanservice) through — use `sfw_strict` to also exclude those. | |
| sfw_strict | No | If true, exclude adult/explicit-rated entries AND anything tagged with the Ecchi genre, even otherwise-mainstream/safely-rated shows. Stricter than `sfw` alone. Defaults to false. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | ||
| title | No | ||
| mal_id | Yes | ||
| entries | No | ||
| author_url | No | ||
| created_at | No | ||
| is_spoiler | No | ||
| stack_type | No | ||
| description | No | ||
| entry_count | No | ||
| is_official | No | ||
| is_challenge | No | ||
| restack_count | No | ||
| author_username | No |