Skip to main content
Glama

tvmaze-mcp-server

Tvmaze Get Cast

tvmaze_get_cast
Read-onlyIdempotent

List the credited cast of a show with the characters they play, optionally with crew; or list the guest cast of one episode. The source records no recurring-versus-guest distinction on a show’s cast list, so a name’s absence from it does not mean the performer never appeared — check an episode’s guest cast for that.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
castNoCast credits — for scope "show", the main cast; for scope "episode", that episode’s guest cast.
crewNoCrew credits. Present only when include_crew was set on a show query.
errorNoPresent when the call failed. Absent on success.
scopeNoWhich credit list was returned.
noticeNoGuidance when no credits are recorded. Absent otherwise.
subject_idNoTVmaze id the credits belong to — a show id or an episode id, matching scope.
totalCountNoCredits returned, cast plus crew.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already state readOnlyHint, openWorldHint, and idempotentHint. The description adds useful behavioral context beyond that: the source records no recurring-versus-guest distinction and the implication for interpreting absence, which is a non-obvious limitation an agent needs to know.

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 exactly two sentences, front-loading the core operation in the first sentence and then adding the crucial open-world caveat in the second. Every clause earns its place with no redundancy.

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 rich schema descriptions, output schema, and annotations, the description still fills the remaining semantic gap by explaining the show-versus-episode distinction and why checking the episode guest cast for possible appearances. Nothing the agent needs to call this correctly is missing.

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 description coverage is 100%, so the schema already documents every parameter, including include_crew and its default and the sources for show_id and episode_id. The description adds only the 'optionally with crew' notion, lightly reinforcing the schema but not going beyond the schema's already-rich parameter text.

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 opens with a specific verb and resource: 'List the credited cast of a show with the characters they play' and explicitly distinguishes the show-level and episode-scope modes. This clearly separates it from sibling tools like tvmaze_get_episodes and tvmaze_get_show, whose purposes are different resources.

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 is clear about when to use episode guest cast versus show cast, including the caveat that absence from the show cast list does not prove non-appearance and pointing the agent to 'check an episode’s guest cast for that.' It does not explicitly name sibling tools, but the tool itself already covers the cast-retrieval niche.

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.