Skip to main content
Glama
Grinv

MAL MCP Server

Get interest stacks containing an anime

get_anime_interest_stacks
Read-only

Discover public MyAnimeList Interest Stacks containing a given anime by mal_id. Use these human-curated groups to find recommendations rooted in curation rather than vote counts.

Instructions

List the public MyAnimeList Interest Stacks that include a given anime (by mal_id) — useful for 'what do people group this with' and as a jumping-off point for recommendations rooted in human curation rather than vote counts. Get the mal_id from search_anime. 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=true and openWorldHint=true, so the description is not responsible for the read-only safety profile. It adds non-obvious behavioral context beyond the annotations: the tool returns only stack metadata (not stack entries), depends on Tenrai being reachable, and has no official-API fallback. This is useful, although it does not discuss error behavior or rate limits.

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 packs a clear action, use case, input sourcing tip, output boundary, next-tool routing, and operational dependency into two sentences. Every clause earns its place, with the core purpose front-loaded and 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 100% parameter coverage, output schema presence, read-only annotations, and straightforward non-nested output, the description adds the missing non-schema context: how to obtain the anime id, what to do with the returned stack ids, and that the tool requires Tenrai directly. An agent has everything needed to select and invoke this tool correctly.

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?

The schema description coverage is 100%, with rich per-parameter descriptions in the schema itself. The tool description identifies mal_id as the relevant input ('given anime (by mal_id)') but otherwise does not need to explain pagination, sorting, filters, or sfw flags because the schema already does. This is the appropriate baseline-3 case.

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 precise action: 'List the public MyAnimeList Interest Stacks that include a given anime (by mal_id)', naming the verb, resource, and key parameter. It distinguishes itself from sibling tools by specifying that it returns stack metadata only and redirects deeper retrieval to get_interest_stack, so an agent can tell it apart without opening the schema.

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 explicitly states the tool's use case ('what do people group this with', recommendation jumping-off point), tells the agent to obtain mal_id from search_anime, and instructs using get_interest_stack to retrieve stack entries. It also adds a hard operational constraint: no official-API fallback, so Tenrai must be reachable. This is clear when-to-use and how-to-chain guidance.

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