Skip to main content
Glama
smeet666

mcp-tvsubtitles

List a season's coverage or an episode's subtitles

list_subtitles
Read-onlyIdempotent

List subtitle coverage for a TV series by season, revealing which languages have subtitles for each episode, and retrieve subtitle records with download links.

Instructions

List what tvsubtitles.net holds for one series. Pass 'id' from search_titles. With 'season' alone the answer is that season's coverage, one row per episode saying which languages hold something, and 'kind' reads 'coverage'. Add 'episode' and the answer is the subtitle records themselves, with 'kind' reading 'subtitles'. Leaving 'season' out reads the newest season, and the answer says which one that was. This server reads the catalogue: each record carries the page to open to download it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA show id from search_titles. The site answers an id it does not hold with a page.
limitNoRows to render, 40 by default and 200 at most.
seasonNoLeave it out to read the newest season. The answer states which season it read.
episodeNoName an episode to read its subtitle records rather than the season's coverage.
languageNoA language from list_languages, by its name, the site's two-letter code, or its BCP 47 tag. Left out, every language comes back.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
kindYesWhich shape 'results' takes.
notesYes
cachedYes
seasonYesThe season the site served, which it states on the page.
sourceYes
episodeYesThe episode read, or null for a season.
resultsYesCoverage rows when 'kind' is 'coverage', subtitle records when it is 'subtitles'.
show_nameYes
result_countYes
total_countsYesWhat 'total_available' counted: the episodes of a season, or the records one episode held.
filters_appliedYes
filters_droppedYes
total_availableYes
season_requestedYesThe season that was asked for, or null when the newest was asked for.
seasons_availableYes
Install Server

TDQS

A4.8/5.0
Behavior5/5

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

The annotations already mark the tool read-only and idempotent; the description adds useful behavioral detail beyond that: the kind field reports coverage versus subtitles, the season default behavior, and the fact that each record carries the page to open to download it. It also notes in the schema that unknown ids return a page.

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 dense but every sentence earns its place: purpose, id source, mode semantics, default behavior, and result interpretation are all covered without fluff. The main behavioral details are front-loaded.

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 an output schema exists and all parameters are documented, the description covers the necessary call-shaping details: how to switch modes, default season behavior, and what the records contain. Nothing critical is missing for an agent to invoke this correctly.

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

Parameters5/5

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

Schema coverage is 100%, so the baseline is 3, but the description goes further by explaining the relationship between season and episode, how the output changes depending on their combination, and what omitting season does. This adds real meaning beyond the individual parameter descriptions.

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 what tvsubtitles.net holds for one series.' It then distinguishes its two modes, season coverage versus episode subtitles, and clearly separates it from siblings like get_subtitle and search_titles by explaining the object being listed.

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 explicit usage context: pass id from search_titles, use season alone for coverage, add episode for subtitle records, and omit season to get the newest season. It does not explicitly exclude alternatives like get_subtitle, but the mode-based guidance is clear and actionable.

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

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-tvsubtitles'

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