Skip to main content
Glama
nicoaguerrero

MyAnimeList MCP Server

get_manga

Search MyAnimeList for manga by query. Provides pagination and configurable result limit.

Instructions

    Fetches a list of manga from MyAnimeList based on a search query.
    
    Args:
        q (str): The search query for the manga.
        limit (int): The number of results to return (default is 10 and max 100).
        offset (int): The offset for pagination (default is 0).
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYes
limitNo
offsetNo
Behavior4/5

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

With no annotations, the description carries full burden. It implies a read-only operation via 'fetches', which is appropriate. However, it does not explicitly state behavioral traits like auth requirements or rate limits, but for a fetch tool this is acceptable.

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 purpose, followed by structured parameter details. Every sentence is useful, with no redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the simple parameters and lack of output schema, the description covers the core functionality and parameter usage. However, it could benefit from mentioning the return format or differentiating from similar sibling tools like get_manga_list.

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?

The Args section provides clear explanations for all three parameters (q, limit, offset), compensating for the 0% schema description coverage. It adds meaning beyond the schema, such as default values and constraints.

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 fetches a list of manga based on a search query, using specific verb and resource. It distinguishes from sibling tools like get_anime or get_manga_details by focusing on list retrieval with search.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description lacks guidance on when to use this tool versus alternatives like get_manga_list or get_manga_details. It only states functionality, leaving the choice to the agent without explicit context.

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/nicoaguerrero/myanimelist-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server