Skip to main content
Glama

Read an encyclopedia entry

get_title
Read-onlyIdempotent

Get Anime News Network encyclopedia entries by ID and kind from search_titles, choosing only needed sections like basic, cast, episodes, or news. Supports paginated plot summaries via offset.

Instructions

Read one Anime News Network encyclopedia entry by id. Get the id and kind from search_titles first. Sections are opt-in because a full record is very large: ask only for what you need. 'basic' covers type, vintage, genres, themes, episode count, ratings and the plot summary. Long plot summaries are paginated: when 'truncated' is true, call again with 'offset' set to 'next_offset'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesEncyclopedia id, from search_titles.
kindYesWhich lookup the id belongs to, from search_titles.
offsetNoWhere to resume the plot summary.
sectionsNoWhich parts to return. 'basic' is usually enough. Adding 'cast' or 'news' can multiply the size of the answer.
max_charsNoCharacter budget for the plot summary.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
castNo
newsNo
notesYes
staffNo
titleYes
genresYes
offsetYes
themesYes
ratingsYes
relatedNo
reviewsNo
episodesNo
releasesNo
companiesNo
truncatedYes
alt_titlesYes
next_offsetYesPass as 'offset' to read the rest.
picture_urlYes
total_charsYesLength of the full plot summary.
plot_summaryYes
running_timeYes
ending_themesYes
episode_countYes
cast_languagesNoEvery language the site records a cast in, with its full credit count, so a trimmed 'cast' still shows what exists. Ask again with a narrower question if a language you need was cut.
opening_themesYes
returned_charsYes
official_websitesYes
objectionable_contentYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed54 schema fields changedv2.0.0
    • addedInput schema / properties / id / maximum
      Added value: +9007199254740991
    • addedInput schema / properties / offset / maximum
      Added value: +9007199254740991
    • addedOutput schema / properties / cast / items / properties / lang / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cast / items / properties / lang / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • changedOutput schema / properties / cast / items / properties / person_id / anyOf
      Previous value: -[
      -  {
      -    "type": "integer"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 9007199254740991,
      +    "minimum": -9007199254740991,
      +    "type": "integer"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedOutput schema / properties / cast_languages / items / properties / credits / maximum
      Added value: +9007199254740991
    • addedOutput schema / properties / cast_languages / items / properties / credits / minimum
      Added value: +-9007199254740991
    • addedOutput schema / properties / cast_languages / items / properties / lang / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / cast_languages / items / properties / lang / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • changedOutput schema / properties / companies / items / properties / company_id / anyOf
      Previous value: -[
      -  {
      -    "type": "integer"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 9007199254740991,
      +    "minimum": -9007199254740991,
      +    "type": "integer"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedOutput schema / properties / episode_count / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / episode_count / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / episodes / items / properties / lang / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / episodes / items / properties / lang / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / episodes / items / properties / title / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / episodes / items / properties / title / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / news / items / properties / date / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / news / items / properties / date / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • changedOutput schema / properties / next_offset / anyOf
      Previous value: -[
      -  {
      -    "type": "integer"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 9007199254740991,
      +    "minimum": -9007199254740991,
      +    "type": "integer"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedOutput schema / properties / objectionable_content / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / objectionable_content / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / offset / maximum
      Added value: +9007199254740991
    • addedOutput schema / properties / offset / minimum
      Added value: +-9007199254740991
    • addedOutput schema / properties / picture_url / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / picture_url / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / plot_summary / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / plot_summary / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • changedOutput schema / properties / ratings / anyOf
      Previous value: -[
      -  {
      -    "additionalProperties": false,
      -    "properties": {
      -      "bayesian_score": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      },
      -      "votes": {
      -        "anyOf": [
      -          {
      -            "type": "integer"
      -          },
      -          {
      -            "type": "null"
      -          }
      -        ]
      -      },
      -      "weighted_score": {
      -        "type": [
      -          "number",
      -          "null"
      -        ]
      -      }
      -    },
      -    "required": [
      -      "votes",
      -      "weighted_score",
      -      "bayesian_score"
      -    ],
      -    "type": "object"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "additionalProperties": false,
      +    "properties": {
      +      "bayesian_score": {
      +        "anyOf": [
      +          {
      +            "type": "number"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "votes": {
      +        "anyOf": [
      +          {
      +            "maximum": 9007199254740991,
      +            "minimum": -9007199254740991,
      +            "type": "integer"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      },
      +      "weighted_score": {
      +        "anyOf": [
      +          {
      +            "type": "number"
      +          },
      +          {
      +            "type": "null"
      +          }
      +        ]
      +      }
      +    },
      +    "required": [
      +      "votes",
      +      "weighted_score",
      +      "bayesian_score"
      +    ],
      +    "type": "object"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedOutput schema / properties / related / items / properties / id / maximum
      Added value: +9007199254740991
    • addedOutput schema / properties / related / items / properties / id / minimum
      Added value: +-9007199254740991
    • addedOutput schema / properties / releases / items / properties / date / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / releases / items / properties / date / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / releases / items / properties / href / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / releases / items / properties / href / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / returned_chars / maximum
      Added value: +9007199254740991
    • addedOutput schema / properties / returned_chars / minimum
      Added value: +-9007199254740991
    • removedOutput schema / properties / reviews / items / $ref
      Removed value: -"#/properties/news/items"
    • addedOutput schema / properties / reviews / items / additionalProperties
      Added value: +false
    • addedOutput schema / properties / reviews / items / properties
      Added value: +{
      +  "date": {
      +    "anyOf": [
      +      {
      +        "type": "string"
      +      },
      +      {
      +        "type": "null"
      +      }
      +    ]
      +  },
      +  "href": {
      +    "type": "string"
      +  },
      +  "title": {
      +    "type": "string"
      +  }
      +}
    • addedOutput schema / properties / reviews / items / required
      Added value: +[
      +  "title",
      +  "href",
      +  "date"
      +]
    • addedOutput schema / properties / reviews / items / type
      Added value: +"object"
    • addedOutput schema / properties / running_time / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / running_time / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • changedOutput schema / properties / staff / items / properties / person_id / anyOf
      Previous value: -[
      -  {
      -    "type": "integer"
      -  },
      -  {
      -    "type": "null"
      -  }
      -]New value: +[
      +  {
      +    "maximum": 9007199254740991,
      +    "minimum": -9007199254740991,
      +    "type": "integer"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • addedOutput schema / properties / title / properties / id / maximum
      Added value: +9007199254740991
    • addedOutput schema / properties / title / properties / id / minimum
      Added value: +-9007199254740991
    • addedOutput schema / properties / title / properties / precision / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / title / properties / precision / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / title / properties / type / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / title / properties / type / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / title / properties / vintage / anyOf
      Added value: +[
      +  {
      +    "type": "string"
      +  },
      +  {
      +    "type": "null"
      +  }
      +]
    • removedOutput schema / properties / title / properties / vintage / type
      Removed value: -[
      -  "string",
      -  "null"
      -]
    • addedOutput schema / properties / total_chars / maximum
      Added value: +9007199254740991
    • addedOutput schema / properties / total_chars / minimum
      Added value: +-9007199254740991
  2. Changed2 schema fields changedv1.2.3
    • changedOutput schema / properties / cast / items / properties / lang / description
      Previous value: -"Dub language. Null marks the original cast."New value: +"Language of this credit, such as 'JA' for the Japanese cast of a Japanese production or 'FR' for the French dub. Null when the site records none, which is not a claim that the credit is the original one."
    • addedOutput schema / properties / cast_languages
      Added value: +{
      +  "description": "Every language the site records a cast in, with its full credit count, so a trimmed 'cast' still shows what exists. Ask again with a narrower question if a language you need was cut.",
      +  "items": {
      +    "additionalProperties": false,
      +    "properties": {
      +      "credits": {
      +        "type": "integer"
      +      },
      +      "lang": {
      +        "type": [
      +          "string",
      +          "null"
      +        ]
      +      }
      +    },
      +    "required": [
      +      "lang",
      +      "credits"
      +    ],
      +    "type": "object"
      +  },
      +  "type": "array"
      +}
  3. First observedv1.0.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already declare read-only/idempotent/non-destructive behavior; the description adds useful beyond-annotation detail about record size, section opt-in, what 'basic' includes, and the truncated/next_offset pagination protocol. No contradiction with 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?

Four sentences, no filler, with the core action first followed by workflow, then size guidance, then pagination. Each sentence carries necessary operational detail.

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 read-by-id tool with an output schema and rich annotations, the description covers prerequisite lookup, section selection, size behavior, and pagination. Nothing needed for correct invocation is missing, and the output schema covers return-value details.

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

Parameters4/5

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

Schema description coverage is 100%, so the baseline is 3. The description adds extra meaning by defining what the 'basic' section returns and explaining the pagination loop using a response flag ('truncated', 'next_offset'), which goes beyond the schema's per-parameter descriptions without restating them.

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?

Description states a specific verb and resource ('Read one Anime News Network encyclopedia entry by id'), and clarifies the lookup workflow by pointing to search_titles for obtaining id and kind. This makes it easy to distinguish from the search/list siblings.

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 gives clear context: fetch id/kind from search_titles first, request only needed sections because a full record is large, and resume paginated summaries via offset. It does not explicitly contrast with list_recent or get_news, so it misses the explicit when-not-to-use guidance needed for a 5.

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

Deploy Server

Other Tools