anilist-mcp

by yuna0x0
Verified

search_character

Locate characters from AniList by entering a search term, with options to specify results per page and page number for efficient navigation.

Instructions

Search for characters based on a query term

Input Schema

NameRequiredDescriptionDefault
amountNoResults per page (max 25)
pageNoPage number for results
termYesSearch term for finding characters

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "amount": { "default": 5, "description": "Results per page (max 25)", "type": "number" }, "page": { "default": 1, "description": "Page number for results", "type": "number" }, "term": { "description": "Search term for finding characters", "type": "string" } }, "required": [ "term" ], "type": "object" }
ID: 3w7jxbmhi7