Skip to main content
Glama
Grinv

MAL MCP Server

Get interest stacks containing a manga

get_manga_interest_stacks
Read-only

Find public MyAnimeList Interest Stacks that feature a specific manga. Provide a manga's MAL ID to retrieve stack metadata, filterable by sort, pagination, and safe-content options.

Instructions

List the public MyAnimeList Interest Stacks that include a given manga (by mal_id). The manga counterpart of get_anime_interest_stacks. Get the mal_id from search_manga. Returns stack metadata only; pass a stack's own mal_id to get_interest_stack for its entries. No official-API fallback exists for this tool — it always needs Tenrai itself to be reachable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMyAnimeList numeric ID.
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.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageYes
resultsYes
Behavior4/5

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

Annotations already declare readOnlyHint and openWorldHint, so the safety profile is covered. The description adds meaningfully: it clarifies this lists only public stacks, returns only metadata (not entries), and exposes a hard dependency on Tenrai reachability with no fallback. This goes beyond what annotations or schema state. A small deduction because the description doesn't mention pagination/rate-limit behavior, but the schema already documents pagination parameters.

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 compact: three sentences, each carrying distinct information. It front-loads the core purpose, then differentiates from the anime counterpart, then gives the entry-point and dependency warning. No wasted words.

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 that output schema exists, the description needn't describe return fields. The tool's complexity is high due to 10 parameters and 5 filter enums, but the schema covers them fully; the description supplies exactly what the schema cannot: when to use it, how to source the id, what it returns versus what get_interest_stack does, and the fallback limitation. This is complete for safe invocation.

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 coverage is 100% and every parameter has a thorough description in the schema, so the baseline is 3. The description itself adds value by hinting at the key input flow (mal_id from search_manga) and clarifying that stack mal_ids are the relevant IDs, but it doesn't enumerate each parameter or re-explain the filter semantics. The schema already carries that weight.

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 states a specific verb ('List'), a clear resource ('public MyAnimeList Interest Stacks'), and a precise scope ('that include a given manga by mal_id'). It also positions itself as the manga counterpart of get_anime_interest_stacks, which helps distinguish it from siblings at a glance.

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?

The description gives concrete routing guidance: get the mal_id from search_manga, and hand a stack's own mal_id to get_interest_stack for entries. It also explicitly warns that no official-API fallback exists and the tool requires Tenrai to be reachable, which tells the agent when to avoid or fail over this tool.

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