Skip to main content
Glama

Get Seasonal Anime

get_seasonal_anime
Read-only

Retrieve a list of anime that aired in a specific season and year, with sorting by score or popularity and support for pagination.

Instructions

Fetch the anime that aired in one broadcast season (winter/spring/summer/fall).

Seasons: winter = Jan-Mar, spring = Apr-Jun, summer = Jul-Sep, fall = Oct-Dec. sort: anime_score (desc) or anime_num_list_users (desc). Returns a compact text table plus structured content {"year", "season", "total_returned", "offset", "has_more", "entries"} with compact anime entries (including picture).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoanime_score
yearYesBroadcast year
limitNoMaximum entries to return
offsetNoEntries to skip for paging
seasonYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds value by detailing the return format (compact text table plus structured content with fields like year, season, total_returned, offset, has_more, entries including picture). It also explains sort behavior and season definitions, going beyond 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 consists of two concise sentences. The first states the core purpose, and the second adds essential details on seasons, sorting, and return structure. Every sentence provides actionable information without redundancy.

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 5 parameters and no output schema, the description sufficiently explains the output structure and paging. It covers typical use cases but omits edge case behavior (e.g., invalid year). With annotations providing safety context, the description is complete enough for effective tool use.

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 60% (3 of 5 params have descriptions). The description adds meaning beyond the schema: it explains season enum values with month ranges (winter=Jan-Mar, spring=Apr-Jun, etc.) and clarifies sort values (anime_score desc or anime_num_list_users desc). This compensates for the undocumented params.

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 clearly states the tool fetches anime that aired in a specific broadcast season, with the verb 'fetch' and resource 'seasonal anime'. It distinguishes from siblings like search_anime and get_anime_ranking by specifying season-based filtering.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains when to use the tool (to get anime by season) but does not provide explicit guidance on when not to use it or alternatives. Sibling tool names imply differentiation, but the description lacks direct usage context.

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/UmutKDev/myanimelist-mcp'

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