Skip to main content
Glama

Get Anime

get_anime
Read-onlyIdempotent

Get full details for an anime by ID. Returns score, synopsis, genres, studios, episode count, and more.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMyAnimeList anime ID (e.g., 5114 for Fullmetal Alchemist: Brotherhood)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesMyAnimeList URL
rankNoRank by score
typeNoAnime type (TV, Movie, OVA, etc.)
yearNoYear the anime aired
scoreNoMyAnimeList score (0-10)
titleYesAnime title
airingYesWhether anime is currently airing
genresYesList of genre names
mal_idYesMyAnimeList ID
ratingNoContent rating (PG, PG-13, R, etc.)
seasonNoSeason (Winter, Spring, Summer, Fall)
sourceNoSource material (manga, light novel, etc.)
statusNoAiring status (Finished, Currently Airing, etc.)
studiosYesList of studio names
durationNoEpisode duration
episodesNoNumber of episodes
synopsisNoPlot synopsis
image_urlYesURL to anime cover image
scored_byNoNumber of users who scored this anime
backgroundNoBackground and production information
popularityNoPopularity ranking
title_englishNoEnglish title if available
title_japaneseNoJapanese title if available

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Changed2 schema fields changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "id": 5114
      +  },
      +  {
      +    "id": 16498
      +  }
      +]
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "airing": {
      +      "description": "Whether anime is currently airing",
      +      "type": "boolean"
      +    },
      +    "background": {
      +      "description": "Background and production information",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "duration": {
      +      "description": "Episode duration",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "episodes": {
      +      "description": "Number of episodes",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "genres": {
      +      "description": "List of genre names",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "image_url": {
      +      "description": "URL to anime cover image",
      +      "type": "string"
      +    },
      +    "mal_id": {
      +      "description": "MyAnimeList ID",
      +      "type": "number"
      +    },
      +    "popularity": {
      +      "description": "Popularity ranking",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "rank": {
      +      "description": "Rank by score",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "rating": {
      +      "description": "Content rating (PG, PG-13, R, etc.)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "score": {
      +      "description": "MyAnimeList score (0-10)",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "scored_by": {
      +      "description": "Number of users who scored this anime",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "season": {
      +      "description": "Season (Winter, Spring, Summer, Fall)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "source": {
      +      "description": "Source material (manga, light novel, etc.)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "status": {
      +      "description": "Airing status (Finished, Currently Airing, etc.)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "studios": {
      +      "description": "List of studio names",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "synopsis": {
      +      "description": "Plot synopsis",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "title": {
      +      "description": "Anime title",
      +      "type": "string"
      +    },
      +    "title_english": {
      +      "description": "English title if available",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "title_japanese": {
      +      "description": "Japanese title if available",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "type": {
      +      "description": "Anime type (TV, Movie, OVA, etc.)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "url": {
      +      "description": "MyAnimeList URL",
      +      "type": "string"
      +    },
      +    "year": {
      +      "description": "Year the anime aired",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    }
      +  },
      +  "required": [
      +    "mal_id",
      +    "title",
      +    "airing",
      +    "genres",
      +    "image_url",
      +    "url",
      +    "studios"
      +  ],
      +  "type": "object"
      +}
  2. Changed2 schema fields changed
    • removedInput schema / examples
      Removed value: -[
      -  {
      -    "id": 21
      -  },
      -  {
      -    "id": 1
      -  }
      -]
    • changedOutput schema / (root)
      Previous value: -{
      -  "properties": {
      -    "average_score": {
      -      "description": "Average community score (0-100)",
      -      "type": [
      -        "number",
      -        "null"
      -      ]
      -    },
      -    "cover_image": {
      -      "description": "URL to cover image",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "description": {
      -      "description": "Anime synopsis/description",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "duration_minutes": {
      -      "description": "Episode duration in minutes",
      -      "type": [
      -        "number",
      -        "null"
      -      ]
      -    },
      -    "episodes": {
      -      "description": "Total episode count",
      -      "type": [
      -        "number",
      -        "null"
      -      ]
      -    },
      -    "favourites": {
      -      "description": "Number of times added to favorites",
      -      "type": [
      -        "number",
      -        "null"
      -      ]
      -    },
      -    "format": {
      -      "description": "Anime format (TV, MOVIE, OVA, ONA, SPECIAL)",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "genres": {
      -      "description": "List of genres",
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    },
      -    "id": {
      -      "description": "AniList media ID",
      -      "type": "number"
      -    },
      -    "mean_score": {
      -      "description": "Mean community score (0-100)",
      -      "type": [
      -        "number",
      -        "null"
      -      ]
      -    },
      -    "popularity": {
      -      "description": "Popularity ranking",
      -      "type": [
      -        "number",
      -        "null"
      -      ]
      -    },
      -    "season": {
      -      "description": "Season aired (SPRING, SUMMER, FALL, WINTER)",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "season_year": {
      -      "description": "Year of airing season",
      -      "type": [
      -        "number",
      -        "null"
      -      ]
      -    },
      -    "site_url": {
      -      "description": "AniList page URL",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "source": {
      -      "description": "Original source (MANGA, LIGHT_NOVEL, VISUAL_NOVEL, etc)",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "status": {
      -      "description": "Current status (FINISHED, AIRING, NOT_YET_AIRED, CANCELLED)",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "studios": {
      -      "description": "List of animation studio names",
      -      "items": {
      -        "type": "string"
      -      },
      -      "type": "array"
      -    },
      -    "title_english": {
      -      "description": "Anime title in English",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "title_native": {
      -      "description": "Anime title in native language",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    },
      -    "title_romaji": {
      -      "description": "Anime title in Romaji",
      -      "type": [
      -        "string",
      -        "null"
      -      ]
      -    }
      -  },
      -  "required": [
      -    "id",
      -    "title_romaji",
      -    "title_english",
      -    "title_native",
      -    "description",
      -    "episodes",
      -    "duration_minutes",
      -    "status",
      -    "format",
      -    "source",
      -    "season",
      -    "season_year",
      -    "average_score",
      -    "mean_score",
      -    "popularity",
      -    "favourites",
      -    "genres",
      -    "cover_image",
      -    "site_url",
      -    "studios"
      -  ],
      -  "type": "object"
      -}New value: +null
  3. Changed1 schema field changed
    • changedOutput schema / (root)
      Previous value: -nullNew value: +{
      +  "properties": {
      +    "average_score": {
      +      "description": "Average community score (0-100)",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "cover_image": {
      +      "description": "URL to cover image",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "description": {
      +      "description": "Anime synopsis/description",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "duration_minutes": {
      +      "description": "Episode duration in minutes",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "episodes": {
      +      "description": "Total episode count",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "favourites": {
      +      "description": "Number of times added to favorites",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "format": {
      +      "description": "Anime format (TV, MOVIE, OVA, ONA, SPECIAL)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "genres": {
      +      "description": "List of genres",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "id": {
      +      "description": "AniList media ID",
      +      "type": "number"
      +    },
      +    "mean_score": {
      +      "description": "Mean community score (0-100)",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "popularity": {
      +      "description": "Popularity ranking",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "season": {
      +      "description": "Season aired (SPRING, SUMMER, FALL, WINTER)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "season_year": {
      +      "description": "Year of airing season",
      +      "type": [
      +        "number",
      +        "null"
      +      ]
      +    },
      +    "site_url": {
      +      "description": "AniList page URL",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "source": {
      +      "description": "Original source (MANGA, LIGHT_NOVEL, VISUAL_NOVEL, etc)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "status": {
      +      "description": "Current status (FINISHED, AIRING, NOT_YET_AIRED, CANCELLED)",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "studios": {
      +      "description": "List of animation studio names",
      +      "items": {
      +        "type": "string"
      +      },
      +      "type": "array"
      +    },
      +    "title_english": {
      +      "description": "Anime title in English",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "title_native": {
      +      "description": "Anime title in native language",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    },
      +    "title_romaji": {
      +      "description": "Anime title in Romaji",
      +      "type": [
      +        "string",
      +        "null"
      +      ]
      +    }
      +  },
      +  "required": [
      +    "id",
      +    "title_romaji",
      +    "title_english",
      +    "title_native",
      +    "description",
      +    "episodes",
      +    "duration_minutes",
      +    "status",
      +    "format",
      +    "source",
      +    "season",
      +    "season_year",
      +    "average_score",
      +    "mean_score",
      +    "popularity",
      +    "favourites",
      +    "genres",
      +    "cover_image",
      +    "site_url",
      +    "studios"
      +  ],
      +  "type": "object"
      +}
  4. Changed1 schema field changed
    • addedInput schema / examples
      Added value: +[
      +  {
      +    "id": 21
      +  },
      +  {
      +    "id": 1
      +  }
      +]
  5. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the agent knows it is a safe read operation. The description adds behavioral context by listing the returned data (score, synopsis, genres, studios, episode count, and more), which goes beyond the annotations and helps set expectations.

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 sentence that front-loads the verb and purpose. It contains zero filler and every phrase earns its place. Ideal conciseness for a simple tool.

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?

For a tool with only one parameter, an output schema, and comprehensive annotations, the description is sufficient. It states what the tool returns, and the output schema covers detailed return structure. No significant gaps remain.

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 schema description coverage is 100%: the only parameter 'id' is fully documented with a detailed explanation and examples. The description merely repeats 'by ID' without adding any syntax, format, or constraint details beyond the schema. Baseline 3 is appropriate.

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 uses a specific verb+resource: 'Get full details for an anime by ID.' It clearly states the operation (get details), the resource (anime), and the scope (by ID). This distinguishes it from siblings like search_anime (query-based) and top_anime (list).

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 clearly implies the use case: when you have an anime ID. However, it does not explicitly mention alternatives or when not to use this tool, such as 'use search_anime for name-based lookup.' The context is clear but lacks explicit exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.6/5.0
Disambiguation2/5

Many tools serve overlapping purposes (ask_pipeworx, ask_pipeworx_grounded, deep_research, bet_research, compare_entities, entity_profile, recent_changes, validate_claim) all querying Pipeworx data with similar outcomes. An agent would struggle to choose correctly without deep understanding of nuanced differences.

Naming Consistency2/5

Naming conventions are mixed: snake_case (ask_pipeworx, get_anime), camelCase (generate_llms_txt, pipeworx_feedback), and compound names (polymarket_arbitrage, ai_visibility_check). No consistent pattern across the tool set.

Tool Count2/5

34 tools is excessive for a single server. Many are meta-tools (discover_tools, suggest_questions) or narrowly focused (pipeworx_trending, scan_dependency). The server tries to cover too many domains (anime, financial data, predictions, memory) in one surface.

Completeness3/5

The anime tools (search, get, top) form a reasonable read-only surface. The Pipeworx query tools are comprehensive but lack obvious data management tools (e.g., listing sources, managing credentials). Memory tools (remember/recall/forget) are isolated. Overall, gaps exist but core workflows are covered.