Skip to main content
Glama
Mokkatrukki

MAL User MCP Server

by Mokkatrukki

mal_bulk_update_anime

Change anime status in bulk from one status to another on MyAnimeList, such as moving watching entries to dropped or on hold.

Instructions

Bulk update anime status for multiple anime (useful for changing watching→dropped/on_hold)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax number of entries to process
dry_runNoIf true, shows what would be updated without making changes
to_statusYesNew status to change to
from_statusYesCurrent status to filter and update from
Behavior2/5

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

With no annotations provided, the description carries the full burden. It only mentions the transformation and the dry_run parameter. It fails to disclose important behavioral traits such as authentication requirements, whether the operation is reversible, rate limits, or error handling.

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, front-loaded sentence that communicates the core purpose with no redundant words. It is efficient and to the point.

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

Completeness2/5

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

For a bulk operation with 4 parameters and no output schema, the description is too brief. It omits critical context such as return format, behavior when limit is reached, atomicity, and error scenarios. The example is helpful but insufficient.

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%, so the schema already documents all parameters. The description adds a usage example but does not clarify the implicit selection logic (e.g., that it updates all anime matching from_status). Baseline 3 is appropriate as the description provides marginal added value.

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 explicitly states the tool performs bulk anime status updates, with a concrete example ('changing watching→dropped/on_hold'). It is clearly distinguished from siblings like mal_update_anime (single update) and mal_bulk_delete_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 a clear context for use (bulk status changes) and includes a practical example. However, it does not explicitly state when not to use this tool or mention alternatives (e.g., mal_update_anime for single entries).

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/Mokkatrukki/mal-user-mcp'

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