Search the encyclopedia
search_titlesSearch the Anime News Network encyclopedia for anime and manga by title. Returns compact rows with id, kind, type, name, precision, and vintage.
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. |