Search staff
search_staffSearch AniList for anime and manga staff by name to get their AniList IDs for further lookups. Optionally include full bios.
Instructions
Search AniList for staff members by name. Returns AniList IDs to use with get_staff. 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 | Staff member 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_staff for a single entry's full bio instead. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| results | Yes |