Skip to main content
Glama
Grinv

AniList MCP Server

Search forum threads

search_thread
Read-only

Search AniList forum threads by text or category to get thread IDs with titles for reading, commenting, or posting.

Instructions

Search/browse AniList's forum threads by title/body text and/or restrict to one category. Returns AniList thread IDs (with title/category for context) to use with get_thread, get_thread_comments, post_thread, or post_thread_comment.

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.
termNoFree-text search term (matches thread title/body). Omit to just filter/browse.
perPageNoResults per page (max 25).
categoryIdNoRestrict to this forum category ID. Not independently listable by any tool — resolve one from a thread you've already read (its `categories` field) or from a forum URL like anilist.co/forum/recent?category=<id>. A wrong or nonexistent ID doesn't error, it silently filters to an empty result — indistinguishable from 'no threads in this category.'
mediaCategoryIdNoRestrict to threads tagged with this AniList anime/manga ID (from search_media/get_media). Not existence-checked: a nonexistent media ID doesn't error, it silently filters to an empty result — resolve the ID via search_media first if you need to confirm the title actually exists.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultsYes
Behavior4/5

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

With annotations declaring readOnlyHint=true and openWorldHint=true, the description doesn't contradict them and adds useful behavior beyond annotations: it mentions the return format (thread IDs with title/category) and the ability to browse by category without a term. This goes beyond the safety profile supplied by annotations, although it doesn't discuss pagination or error behavior.

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?

Two sentences: the first states the core purpose, the second states the output and downstream usage. Every sentence earns its place with no redundancy, filler, or ambiguity. Perfectly front-loaded.

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?

Given the presence of a detailed output schema and annotations, the description is complete: it explains what the tool does, what it returns, and how the results are meant to be consumed. It covers browsing and filtering, and the schema handles pagination and parameter specifics. No critical context is missing.

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%, so the baseline is 3. The description adds no param-level details beyond the schema; it only summarizes 'title/body text' (term) and 'restrict to one category' (categoryId). This is a light paraphrase, not additional semantic value, but it doesn't harm.

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 a specific verb ('Search/browse') and resource ('AniList's forum threads'), with explicit scope ('by title/body text and/or restrict to one category'). It distinguishes from sibling tools by naming the exact thread-related tools it feeds, clarifying that it is the search entry point.

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 workflow context: 'Returns AniList thread IDs ... to use with get_thread, get_thread_comments, post_thread, or post_thread_comment.' This implies when to use it (to find threads) versus when to use other tools, though it doesn't explicitly state exclusions like 'if you already have a thread ID, use get_thread directly.' Still, the context 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