You're viewing a demo portfolio

Join the waitlist
PRSM

search_anime

Active

Tool 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\""
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Anilist

https://github.com/pipeworx-io/mcp-anilist

1/7 registries
View full server →