Search the encyclopedia
search_titlesSearch Anime News Network's encyclopedia by title to locate matching anime/manga entries. Returns compact rows with id, kind, type, and vintage; use the id and kind to retrieve full entries.
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. |