Skip to main content
Glama
Grinv

MAL MCP Server

Get anime news

get_anime_news
Read-only

Retrieve recent news articles for a specific anime by its MyAnimeList ID. Includes headline, date, author, and excerpt to answer what's new or announcements.

Instructions

List recent news articles about an anime (by mal_id): headline, date, author and excerpt. Useful for 'what's new / any announcements' questions. Get the mal_id from search_anime. Use get_news instead for a site-wide feed not tied to one anime. sfw set to true returns an empty list entirely for an NSFW-rated anime (verified live) rather than filtering individual articles — sfw_strict behaves the same way, just for a wider content-rating cutoff.

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).
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
Behavior5/5

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

Annotations declare readOnlyHint=true and openWorldHint=true. The description adds critical behavioral context about the sfw parameter, revealing that setting it to true 'returns an empty list entirely for an NSFW-rated anime (verified live) rather than filtering individual articles', which goes beyond the schema description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is front-loaded with the main purpose and is generally concise. However, the explanation of sfw behavior is somewhat lengthy and could be slightly more structured. Still, it avoids unnecessary verbiage.

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 covers the tool's purpose, usage context, parameter behavior, and differentiation from siblings. Since an output schema exists, return value details are not needed. It is sufficiently complete for an agent to decide when and how to call this tool.

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

Parameters5/5

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

Schema description coverage is 100%, but the description enriches understanding by explaining the nuanced difference between sfw and sfw_strict, including that sfw alone still allows Ecchi-tagged shows and that sfw_strict excludes them. It also notes that sfw returns empty list for NSFW anime, which is not stated in the schema.

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?

Description clearly states 'List recent news articles about an anime (by mal_id)' and specifies the fields returned: headline, date, author, excerpt. It distinguishes from the sibling tool get_news by noting it is for news tied to a specific anime, while get_news is for a site-wide feed.

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?

Explicitly says 'Useful for "what's new / any announcements" questions' and advises 'Get the mal_id from search_anime'. It also provides an alternative: 'Use get_news instead for a site-wide feed not tied to one anime'.

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