Skip to main content
Glama

Get My Anime List

get_my_anime_list
Read-only

Retrieve paginated entries from your MyAnimeList anime list, with options to sort by score, title, or date, and filter by watch status.

Instructions

Fetch a page of the authenticated user's MyAnimeList anime list.

Results are paged to keep responses bounded: use limit/offset (and has_more in the response) to fetch further pages. For the complete list in one compact blob use analyze_taste; for aggregates use get_user_stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoMAL server-side ordering: list_score (desc), list_updated_at (desc), anime_title (asc), anime_start_date (desc). Omit for MAL's default order.
limitNoMaximum entries to return in this call
offsetNoEntries to skip; increase to page through large lists
status_filterNoOnly return entries with this watch status (watching, completed, on_hold, dropped, plan_to_watch). Omit for the full list.
Behavior4/5

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

Annotations already set readOnlyHint=true and openWorldHint=true. Description adds pagination behavior (bounded pages, has_more in response) without contradicting annotations. Lacks detail on auth requirements but implied by 'authenticated user'.

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, front-loaded with purpose. Every sentence adds value: first defines action, second explains paging and alternatives. No waste.

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 4 parameters, no output schema, and siblings, description covers paging and alternatives. Could mention response fields, but not essential. Adequately complete for a simple list tool.

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?

Input schema has 100% description coverage, covering sort, limit, offset, status_filter. Description only reinforces limit/offset for paging, adding little beyond schema. Baseline 3 is appropriate.

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 'Fetch a page of the authenticated user's MyAnimeList anime list', specifying verb (fetch), resource (anime list), and scope (paged). It distinguishes from siblings like analyze_taste and get_user_stats.

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 explains paging mechanism with limit/offset and has_more, and provides alternatives: analyze_taste for complete list, get_user_stats for aggregates.

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

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