Search the encyclopedia
search_titlesSearch anime and manga by title in the Anime News Network encyclopedia. Returns matching entries with id and kind; use a specific title for precise results.
Instructions
Search the Anime News Network encyclopedia for anime and manga by title. Returns one compact row per match: id, kind, type, name, precision and vintage. Use the id and kind with get_title to read the full entry. Matching is on substring, so a short query returns a lot: narrow the query rather than raising 'limit'. This searches titles only. It cannot find an entry from a plot detail, a character or a studio.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Restrict results to one kind. The encyclopedia returns both by default. | both |
| limit | No | How many rows to return. | |
| query | Yes | Title or part of one, for example 'cowboy bebop'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | Yes | ||
| query | Yes | ||
| results | Yes | ||
| total_available | Yes | Matches before 'limit' was applied. Higher than results.length means narrow the query. |