search_anime
ActiveTool of Anilist
declared in 0.1.0
Search for anime by title. Returns title, episode count, status, score, genres, and synopsis. Use get_anime with the ID for full details.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "Attack on Titan"
},
{
"limit": 5,
"query": "Cowboy Bebop"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results to return (1–25, default 10)"
},
"query": {
"type": "string",
"description": "Anime title to search for, e.g. \"Attack on Titan\" or \"Cowboy Bebop\""
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Anilist
https://github.com/pipeworx-io/mcp-anilist
1/7 registries