Skip to main content
Glama

Get TV season

get_tv_season
Read-only

Get a TV season's overview and episode list with air dates, runtimes, and ratings using the show's TMDB ID and season number.

Instructions

Get one season of a TV show (by show id + season number): overview and the episode list with air dates, runtimes and ratings. Season 0 is usually specials. Get the show id from search_tv.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesTMDB numeric id.
season_numberYesSeason number (0 = specials).
Behavior5/5

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

Annotations declare readOnlyHint=true, confirming no destructive actions. The description goes beyond annotations by detailing the response content (overview, episode list, air dates, runtimes, ratings) and the special behavior of season 0. 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?

Two sentences efficiently convey purpose, content, and a key usage hint. No redundant words, and critical information is front-loaded.

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?

The description covers purpose, prerequisite, and response content sufficiently for a simple read-only tool with two parameters. It doesn't mention error conditions or rate limits, but the annotations and schema cover the core aspects. Reasonably complete.

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?

Schema coverage is 100% with both parameters described (TMDB id and season number with minimum). The description reiterates the schema's info about season 0 being specials but does not add significant new meaning 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 clearly states the tool's function: retrieving a specific TV season's overview and episode list with details like air dates, runtimes, and ratings. It distinguishes from sibling tools like get_tv and get_tv_episode by focusing on a single season. The mention of season 0 as specials adds specificity.

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 provides a clear prerequisite ('Get the show id from search_tv') and implies the tool is for retrieving a season's details. It does not explicitly state when to avoid this tool or compare to alternatives, but the context of sibling tools makes the usage clear enough.

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/Grinv/tmdb-mcp'

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