Skip to main content
Glama

add_anime

Add an anime series to Medusa using its AniDB or MyAnimeList ID, specifying the root directory and optional settings like language and release groups.

Instructions

Add an anime series to Medusa via /api/v2/anime/add.

Note: Some anime may fail with "no name on TVDBv2" due to AniDB→TVDB ID mapping issues. As a workaround, use search_tvdb to find the correct TVDB ID, then add_series to add it directly.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
animeNo
sceneNo
sourceNomyanimelist
statusNowanted
anime_idYes
languageNo
root_dirYes
directory_nameNo
initial_release_groupNo
fallback_release_groupsNo
release_group_fallback_daysNo
Behavior3/5

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

No annotations are provided, so the description must fully disclose behavioral traits. It discloses a potential failure mode and the underlying ID mapping issue. However, it does not mention side effects, required permissions, reversibility, or the fact that it modifies the Medusa database. The transparency is moderate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with two short paragraphs. The first sentence clearly states the purpose. The second paragraph adds useful contextual information without fluff. No redundancy or unnecessary words.

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?

The tool has 11 parameters with no schema descriptions, no output schema, and moderate complexity. The description only covers the basic purpose and one failure scenario. It lacks explanations for parameters, required inputs, output format, and other important behavioral details. It is incomplete for an agent to use effectively.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters1/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0% for 11 parameters. The description adds no meaning beyond the schema; it does not explain any parameter's purpose, format, or expected values. For example, it does not clarify that anime_id is an AniDB ID or what root_dir should contain. This severely limits the agent's ability to correctly invoke the tool.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool adds an anime series to Medusa via a specific API endpoint. It provides a clear verb-resource pairing. However, it does not explicitly differentiate from sibling tools like add_series or bulk_add_anime, though it hints at a workaround involving add_series.

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 explicitly mentions a known failure case ('no name on TVDBv2') and provides a concrete workaround: use search_tvdb to find the correct TVDB ID, then add_series to add it directly. This gives clear guidance on when this tool might fail and what alternative to use. It could be more comprehensive but is still helpful.

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/cpxazn/mcp-medusa'

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