Skip to main content
Glama
Grinv

MAL MCP Server

Get top manga

get_top_manga
Read-only

Retrieve manga ranked by all-time score or popularity. Apply filters for special rankings like publishing, upcoming, bypopularity, or favorite. Restrict by publication type or paginate results.

Instructions

Get manga ranked by all-time score/popularity, not tied to any release window. Use filter for special rankings (publishing, upcoming, bypopularity, favorite). If Tenrai is unavailable and MAL_CLIENT_ID is set, transparently retries via the official API — type/filter are merged into one best-effort ranking, themes/demographics come back empty, and sfw_strict degrades to the same filtering as sfw (the official API can't separate adult-rated from Ecchi-tagged-but-safely-rated).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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. No upper bound — this ranking runs to the end of MAL's own catalog.
typeNoRestrict to one or more publication types.
limitNoMax results per page (1-50).
filterNoSpecial ranking filter.
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 already declare readOnlyHint=true and openWorldHint=true. The description adds significant behavioral context: when Tenrai is down, it transparently retries via the official API, with details on how `type`/`filter` are merged, `themes`/`demographics` return empty, and `sfw_strict` degrades to `sfw`-like filtering. This goes well beyond 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?

Two sentences: the first states the core purpose concisely, the second details fallback behavior. No unnecessary words. Front-loaded with the primary action.

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's complexity (fallback logic, multiple parameters, existing output schema), the description covers purpose, usage guidelines, and behavioral edge cases comprehensively. Pagination and parameter details are in the schema, so no need to repeat.

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 baseline is 3. The description adds value by explaining how parameters behave under the fallback (merged `type`/`filter`, empty `themes`/`demographics`, degraded `sfw_strict`). It does not repeat schema descriptions but clarifies dynamic behavior.

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 clearly states it returns manga ranked by all-time score/popularity, not tied to any release window, and mentions the `filter` parameter for special rankings. This distinguishes it from siblings like get_seasonal_anime (release-window-specific) and get_top_anime (anime).

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 explicit usage context: it is for all-time rankings (not seasonal), and notes that `filter` can be used for special rankings. It also describes the fallback behavior when Tenrai is unavailable, which guides the agent on possible degraded functionality. However, it does not explicitly contrast with alternatives like search_manga or get_manga.

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