Search characters
search_characterSearch AniList for characters by name, returning their IDs. Optionally include full character descriptions to view more details without extra calls.
Instructions
Search AniList for characters by name. Returns AniList IDs to use with get_character. Each result's bio (description) is omitted unless you set includeDescription.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number for pagination. AniList's paginated connections (search results, a title's characters/staff/reviews, activity feeds, forum comments) reject a page whose page × perPage exceeds ~5000 entries with an upstream error, so paging that deep fails rather than returning more results. | |
| term | Yes | Character name (or part of it) to search for. | |
| perPage | No | Results per page (max 25). | |
| includeDescription | No | Also fetch each result's full bio (`description`). Kept off by default — a bio can run to several thousand characters, and always including it would burn tokens on text you may not need; use get_character for a single entry's full bio instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |