Skip to main content
Glama
Grinv

AniList MCP Server

Remove an entry from your AniList list

remove_list_entry
DestructiveIdempotent

Delete an entry from your AniList list using its unique entry ID. This removal is permanent.

Instructions

[Requires login] Delete an entry from the authenticated user's own AniList list by its list-entry ID (NOT the media id) — get it from get_user_list. This cannot be undone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
listEntryIdYesThe list ENTRY id to delete (not the media id).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

Annotations already indicate destructiveHint=true and readOnlyHint=false. The description adds that the operation cannot be undone, providing nuance beyond annotations. However, it does not detail other behavioral aspects like side effects or error states.

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 a single, focused sentence that front-loads the authentication requirement and concisely conveys the action, resource identification, and irreversibility. No extraneous information.

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 tool's simplicity (one parameter) and the presence of an output schema, the description covers the essential aspects: authentication, how to obtain the ID, and the irreversible nature. It lacks detail on success/error responses but that is likely handled by the output schema.

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?

Schema description coverage is 100% for the single parameter listEntryId, and the description reiterates the same information (specifying it is the list entry ID, not the media ID). The description adds no new meaning beyond 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?

The description clearly states the action (delete/remove) and the specific resource (AniList list entry), distinguishes it from media ID, and tells how to obtain the correct ID from get_user_list. This differentiates it from sibling tools like update_list_entry or add_list_entry.

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 specifies the prerequisite (requires login) and the prerequisite tool (get_user_list) to obtain the list entry ID. It also states the operation is irreversible. However, it does not explicitly mention when not to use this tool versus alternatives like delete_thread_comment.

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

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