Get a random manga
get_random_mangaReturn a random manga with full details for discovery. Optionally filter out adult or ecchi content.
Instructions
Return one random manga (full details). Good for discovery / suggestions. No official-API fallback exists for this tool — it always needs Tenrai itself to be reachable.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 | ||
| rank | No | ||
| type | No | ||
| score | No | ||
| title | No | ||
| genres | No | ||
| mal_id | Yes | ||
| status | No | ||
| themes | No | ||
| authors | No | ||
| members | No | ||
| volumes | No | ||
| chapters | No | ||
| external | No | ||
| synopsis | No | ||
| favorites | No | ||
| image_url | No | ||
| published | No | ||
| relations | No | ||
| scored_by | No | ||
| background | No | ||
| popularity | No | ||
| publishing | No | ||
| demographics | No | ||
| title_english | No | ||
| serializations | No | ||
| title_japanese | No | ||
| title_synonyms | No | ||
| explicit_genres | No |