Skip to main content
Glama
gavxm
by gavxm

anilist_details

Read-only

Retrieve full details about an anime or manga including synopsis, score, episodes, studios, related works, and recommendations using AniList ID or title.

Instructions

Get full details about a specific anime or manga. Use when the user asks about a specific title and wants synopsis, score, episodes, studios, related works, and recommendations. Accepts AniList ID (faster, exact) or title (fuzzy match with abbreviation support). Returns format, status, episodes/chapters, season, score, studios, source, genres, tags, synopsis, related works, and community recommendations.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idNoAniList media ID (e.g. 1 for Cowboy Bebop). Use this if you know the exact ID.
titleNoSearch by title if no ID is known (e.g. "Attack on Titan"). Finds the best match.
typeNoMedia type to look up. Defaults to ANIME.ANIME
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. The description adds meaningful behavioral context: accepts ID (faster, exact) or title (fuzzy match with abbreviation support) and lists return fields. No contradictions.

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?

Four sentences, front-loaded with purpose and usage. Each sentence adds value: purpose, when-to-use, input options, output details. 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?

With three parameters, 100% schema coverage, and no output schema, the description fully explains the tool's return values and invocation options. No gaps in context.

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

Parameters5/5

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

Schema coverage is 100% with individual parameter descriptions. The description enhances these by adding context like 'faster, exact' for id, 'fuzzy match with abbreviation support' for title, and reaffirms the default for type.

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 a clear verb+resource: 'Get full details about a specific anime or manga.' It lists specific fields (synopsis, score, episodes, etc.), distinguishing it from sibling tools like search or lookup.

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?

Explicitly states when to use: 'Use when the user asks about a specific title and wants synopsis, score, episodes, studios, related works, and recommendations.' However, it does not mention when not to use or alternative tools.

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