Skip to main content
Glama

Read an encyclopedia entry

get_title
Read-onlyIdempotent

Retrieve an Anime News Network encyclopedia entry by ID. Choose only the needed sections: basic, cast, staff, episodes, releases, related, news, or reviews, with paginated plot summaries.

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
opening_themesYes
returned_charsYes
official_websitesYes
objectionable_contentYes
Behavior5/5

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

The description goes beyond annotations by disclosing the large response size and the opt-in section behavior, plus the pagination mechanism: 'when ‘truncated’ is true, call again with ‘offset’ set to ‘next_offset’'. This is significant behavioral context not present in the readOnlyHint or idempotentHint.

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 concise sentences, each earning its place: it states the action, provides the prerequisite and selection guidance, and explains pagination. No redundant or filler content.

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?

Given the annotations, full schema coverage, and the presence of an output schema, the description covers all key behavioral aspects: it explains the source of IDs, the large-size caveat, section selection, and pagination. There are no critical gaps for a read-only lookup tool.

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?

The schema already documents all parameters with 100% coverage, so the baseline is 3. The description adds meaningful context by explaining the purpose of sections in relation to response size and tying 'offset' and 'next_offset' to pagination, which enhances understanding 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 uses a specific action verb ('Read') and a clearly defined resource ('one Anime News Network encyclopedia entry by id'). It also differentiates from siblings by stating the prerequisite of using 'search_titles' first, making it distinct from search and list operations.

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?

It gives clear usage context: 'Get the id and kind from search_titles first' and instructs to 'ask only for what you need' because sections are opt-in. However, it does not explicitly mention when to avoid this tool or contrast with alternatives like list_recent or get_news, so it lacks an explicit exclusion.

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/smeet666/mcp-animenewsnetwork'

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