Skip to main content
Glama
Grinv

MAL MCP Server

Browse interest stacks

get_interest_stacks
Read-only

Search user-curated anime or manga stacks by theme or mood through free-text search. Returns stack metadata only, so you can identify themed lists before opening them.

Instructions

Browse or search MyAnimeList Interest Stacks: themed anime/manga lists curated by real users, each entry carrying the curator's own score and note. Use this for taste- or mood-shaped requests ('something melancholy', 'cozy slice-of-life') where a ranking or a genre filter is the wrong instrument — get_top_anime answers 'what is best', this answers 'what goes together'. Returns stack metadata only; pass a stack's mal_id to get_interest_stack for its actual entries. For stacks containing one specific title, use get_anime_interest_stacks/get_manga_interest_stacks instead. No official-API fallback exists for this tool — it always needs Tenrai itself to be reachable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFree-text search over stack titles and descriptions. Omit to browse all.
sfwNoIf true, exclude adult/explicit-rated entries (R+ Mild Nudity and up). Defaults to false (no filtering). Note: this alone still allows mainstream, safely-rated shows tagged with the Ecchi genre (fanservice) through — use `sfw_strict` to also exclude those.
pageNo1-based page number for pagination (1-1000).
sortNoSort direction.
limitNoMax results per page (1-50).
officialNoFilter by official MAL-editorial stacks. 'true' includes them alongside the rest (default), 'false' excludes them, 'only' returns exclusively those.
order_byNoField to order by. Defaults to created_at (newest stacks first).
spoilersNoFilter by stacks flagged as containing spoilers. 'true' includes them alongside the rest (default), 'false' excludes them, 'only' returns exclusively those.
challengesNoFilter by challenge stacks (watch-along style lists). 'true' includes them alongside the rest (default), 'false' excludes them, 'only' returns exclusively those.
sfw_strictNoIf true, exclude adult/explicit-rated entries AND anything tagged with the Ecchi genre, even otherwise-mainstream/safely-rated shows. Stricter than `sfw` alone. Defaults to false.
stack_typeNoRestrict to anime stacks or manga stacks. Omit for both.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
resultsYes
Behavior4/5

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

Annotations already provide readOnlyHint=true and openWorldHint=true, so the bar for added transparency is lower. The description adds meaningful behavior beyond those: it returns stack metadata only, requires passing the mal_id to get_interest_stack for entries, and has no official-API fallback, relying on the availability of Tenrai. This does not contradict the annotations.

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 dense but entirely purposeful: each sentence earns its place—defining the resource, giving usage context with sibling contrast, marking the return boundary, pointing to the right parent tool, and warning about availability. There is no filler.

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 tool has 11 optional parameters but a 100% schema-documented parameter set and an output schema, the description does not need to explain filters—it only needs to supply routing and boundary context. It fully covers when to use it, what to do with the result, how it differs from several siblings, and a critical runtime dependency. Nothing essential 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% and every parameter already has rich, unambiguous explanations. The description does not repeat parameter details nor add new semantic guidance for parameters, so the baseline score of 3 is appropriate. The contextual framing of what an Interest Stack is does add background value, but not parameter-specific meaning.

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 opens with a specific verb+resource: 'Browse or search MyAnimeList Interest Stacks', then clearly defines what interest stacks are. It also distinguishes itself from get_top_anime and the specific-title variants, so an agent can tell them apart without opening sibling schemas.

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

Usage Guidelines5/5

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

Provides explicit when-to-use guidance ('taste- or mood-shaped requests... where a ranking or a genre filter is the wrong instrument'), names the sibling alternative for 'best' vs 'goes together', and routes to get_interest_stack for entries and get_anime_interest_stacks/get_manga_interest_stacks for title-specific lookups. It also warns about the lack of fallback, giving clear boundary conditions.

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/mal-mcp'

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