Skip to main content
Glama
smeet666

mcp-tvsubtitles

Read one subtitle's record

get_subtitle
Read-onlyIdempotent

Retrieve a subtitle record from tvsubtitles.net by ID to view episode, release, uploader, size, and download count, then open the provided page_url to download the subtitle file.

Instructions

Read one subtitle's record on tvsubtitles.net, from an id list_subtitles returned. The record carries the episode it belongs to, the release it was cut for, who uploaded it and when, its size and how often it was downloaded. Six of the site's ten fields are absent on some records, the author on roughly two out of three, and an absent field is null rather than blank. This server reads the catalogue: open 'page_url' to download the file.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesA subtitle id from list_subtitles. The site answers an id it does not hold by sending the reader to its front page, which this reports as an absence.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
notesYes
cachedYes
sourceYes
subtitleYes
Install Server

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already mark this as read-only, idempotent, and non-destructive, but the description adds meaningful behavioral detail: missing fields are null rather than blank, field absence rates vary, and invalid ids are surfaced as an absence. This materially improves the agent's ability to interpret results without contradicting the 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 is four sentences, but each one earns its place: purpose, record contents, null-behavior caveat, and download routing. It is front-loaded with the primary action and uses no filler or repetition.

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?

For a one-parameter read tool with an output schema and strong annotations, this description is complete. It covers what the record contains, how to interpret missing fields, and how to proceed when a download is needed, leaving no critical gap for correct invocation or result handling.

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%, and the id parameter is already well documented, including the invalid-id behavior. The tool description reinforces that the id comes from list_subtitles but does not add significant semantic value beyond the schema, so the baseline of 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 states a specific action ('Read one subtitle's record') and a specific resource (tvsubtitles.net), and anchors the input to an id from list_subtitles. It is clearly distinguishable from the sibling tools, which search or list subtitles rather than read a single record.

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 clearly indicates when to use this tool: after list_subtitles has returned an id. It also gives a practical boundary by saying the server reads the catalogue and that opening 'page_url' is how to download the file. It does not explicitly name alternatives or exclusions, but the usage context is unambiguous.

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