Skip to main content
Glama
gavxm
by gavxm

anilist_watch_order

Read-only

Find the correct watch order for any anime franchise. Enter a title or ID to get a chronological list of sequels, prequels, and specials from first to last.

Instructions

Suggested viewing order for a franchise. Use when the user asks what order to watch a series, how to start a long franchise, or wants to know the chronological release order of sequels and prequels. Accepts any title in the franchise and traces the full chain. Returns a numbered list from first to last.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAniList media ID of any title in the franchise
titleNoSearch by title if no ID is known
includeSpecialsNoInclude OVAs, specials, and spin-offs in the watch order
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safety profile is clear. The description adds value by stating that it traces the full franchise chain and returns a numbered list, which goes beyond the annotations.

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 three sentences, each earning its place: the purpose, the usage context, and the behavior. It is front-loaded with the core function and contains no redundant or unnecessary words.

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 no output schema, the description explains the return format as 'a numbered list from first to last.' It covers input options (id or title) and the includeSpecials parameter. It could mention error handling for unfound franchises, but it is adequate for a simple 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?

The input schema has 100% coverage, so the baseline is 3. The description mentions 'Accepts any title in the franchise', which loosely relates to the id and title parameters, but does not add specific format or behavior details 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 starts with 'Suggested viewing order for a franchise', which is a specific verb+resource pair. It clearly distinguishes itself from siblings like 'anilist_sequels' by focusing on the entire franchise chain rather than individual sequels.

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 explicitly states when to use: 'when the user asks what order to watch a series, how to start a long franchise, or wants to know the chronological release order of sequels and prequels.' It also notes that it accepts any title in the franchise and traces the full chain, providing clear context without needing exclusions.

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/gavxm/ani-mcp'

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