Skip to main content
Glama
Grinv

MAL MCP Server

Get one interest stack

get_interest_stack
Read-only

Fetch a MyAnimeList interest stack by its numeric ID, returning entries in the curator's order with each curator's score and note. Apply sfw or sfw_strict flags to exclude NSFW and ecchi entries.

Instructions

Get one MyAnimeList Interest Stack by mal_id, with its entries in the curator's own order — each carrying that curator's score (author_score) and note. Obtain the stack's mal_id from get_interest_stacks, get_anime_interest_stacks or get_manga_interest_stacks. Every entry's own mal_id chains into get_anime or get_manga (the stack's stack_type says which). sfw/sfw_strict filter NSFW entries out of the entry list rather than hiding the stack itself. No official-API fallback exists for this tool — it always needs Tenrai itself to be reachable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMyAnimeList numeric ID of the interest stack.
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.
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
urlNo
titleNo
mal_idYes
entriesNo
author_urlNo
created_atNo
is_spoilerNo
stack_typeNo
descriptionNo
entry_countNo
is_officialNo
is_challengeNo
restack_countNo
author_usernameNo
Behavior5/5

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

Annotations already indicate this is read-only, and the description adds valuable behavioral nuance: sfw and sfw_strict filter entries rather than hiding the stack itself, entry order is curator-defined, and the tool has no official-API fallback. This goes well beyond what the annotations alone communicate.

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 concise and front-loaded, with the primary action stated first and supporting usage details following efficiently. Every sentence adds meaningful context, from entry ordering to chaining behavior to the absence of an API fallback.

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?

The description is complete for a read-only retrieval tool with a rich output schema. It tells the agent how to identify the stack, how to interpret recorded entry data, how sfw filtering behaves, and what dependency exists on Tenrai. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3, but the description adds useful semantic detail: the id is sourced from sibling stack-list tools, and sfw/sfw_strict operate on the entry list rather than hiding the stack. This reinforces and clarifies what the schema definitions already provide.

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 exactly what the tool does: fetch one MyAnimeList Interest Stack by mal_id, including entries in the curator's order with author_score and note. It also clearly distinguishes this from the sibling list-fetching tools by explaining how mal_id is obtained from them.

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 concrete guidance on how to obtain the mal_id from related interest-stack list tools and how each entry's mal_id can be chained into get_anime or get_manga. It does not explicitly enumerate when not to use this tool, but the usage context is clear and practical.

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