Skip to main content
Glama
Grinv

AniList MCP Server

Search staff

search_staff
Read-only

Search AniList for staff by name to retrieve their AniList ID for use with get_staff.

Instructions

Search AniList for staff members by name. Returns AniList IDs to use with get_staff.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage 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.
termYesStaff member name (or part of it) to search for.
perPageNoResults per page (max 25).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true, establishing the operation as non-mutating. The description adds value by clarifying that the return value is specifically AniList IDs for use with get_staff, but it does not disclose additional behavioral traits such as pagination specifics, rate limits, or error scenarios. Given the annotations, this is adequate but not exceptional.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, front-loaded sentence that wastes no words. It states the action, target, and output purpose efficiently, making it easy to parse at a glance.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple read-only search tool with a rich schema and an output schema present, the description is complete. It tells the agent what the tool does and how to chain it with get_staff, while the schema and annotations cover parameters and safety. There is no missing critical information for this level of complexity.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%: the schema already fully documents all three parameters (term, page, perPage) with meaningful descriptions. The tool description itself adds no extra parameter semantics beyond reinforcing that 'term' is a staff name. Per the rubric, this lands at the baseline of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the action ('Search AniList') and resource ('staff members by name'), and further specifies the output purpose ('Returns AniList IDs to use with get_staff'). This distinguishes it from sibling search tools like search_character or search_studio by both its target and its downstream workflow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides clear usage context by stating the results are intended for use with get_staff, indicating when to use this tool (when you need a staff ID for subsequent detail lookup). It does not explicitly name alternatives or exclusion cases, so it stops short of a perfect 5, but the implied workflow is strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Grinv/anilist-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server