Skip to main content
Glama
Grinv

MAL MCP Server

Remove anime from my list

delete_my_anime_list_item
DestructiveIdempotent

Remove an anime entry from your MyAnimeList list. This action is permanent and cannot be undone.

Instructions

Remove an anime entry from the authenticated user's list. This cannot be undone. Returns deleted: true whenever MAL accepts the request — including when the anime was never on the list to begin with, since MAL's own delete endpoint doesn't distinguish the two — so success alone isn't proof something existed; check get_my_anime_list first if you need to confirm. Requires MyAnimeList authentication (via login_mal, or a pre-supplied MAL_REFRESH_TOKEN/MAL_ACCESS_TOKEN).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
anime_idYesMyAnimeList numeric ID.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
deletedYes
anime_idYes
Behavior5/5

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

The description adds significant behavioral details beyond annotations: it reveals that the API always returns `deleted: true` even if the anime was never on the list, and warns about the interpretation of success. This complements the destructiveHint and idempotentHint annotations, providing a nuanced understanding of the tool's behavior.

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 with three sentences, each serving a distinct purpose: stating the action, explaining the response caveat, and specifying authentication. It is front-loaded with the purpose and contains no unnecessary words.

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?

For a simple tool with one parameter, rich annotations, and an output schema, the description is fully complete. It covers purpose, behavioral edge cases, authentication, and cross-references the appropriate sibling tool (get_my_anime_list) for verification.

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?

With only one parameter (anime_id) and 100% schema coverage, the baseline is 3. The description adds no extra semantic detail about the parameter beyond what the schema already provides (numeric ID with 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 the tool's action: 'Remove an anime entry from the authenticated user's list.' It uses a specific verb (remove) and resource (anime entry from list), distinguishing it from sibling tools like get_my_anime_list (read) and update_my_anime_status (update).

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?

The description provides explicit guidance: it notes the action is irreversible, advises checking get_my_anime_list first if confirmation of existence is needed, and clarifies that a successful response does not guarantee prior existence. It also states the authentication requirement, giving clear context for when to use the tool.

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