Skip to main content
Glama

create_player_playback_subtitle_stream

Idempotent

Set the active subtitle stream for Plex playback using a unique stream ID, allowing you to switch subtitles on the fly.

Instructions

Player Subtitle Stream.

POST /player/playback/subtitleStream

Args: stream_id: The unique identifier of the stream

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stream_idNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.4/5.0
Behavior2/5

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

The annotations indicate the tool is not read-only, is idempotent, and is non-destructive, but the description itself adds no behavioral context such as side effects, prerequisites, or what 'creating' a subtitle stream entails. The only additional information is the HTTP endpoint, which is not a behavioral disclosure.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short and free of padding beyond the redundant 'Player Subtitle Stream' headline. The endpoint and argument are presented clearly and concisely.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite having only one optional parameter and an output schema, the description is not complete enough for an agent to confidently select this tool among many playback-stream siblings. Missing purpose, usage context, and side-effect information make this more of an endpoint stub than a usable tool description.

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 0%, so the description carries the burden for parameter documentation. It does add a basic definition: 'stream_id: The unique identifier of the stream.' However, it leaves ambiguity about what stream this refers to and how the ID is obtained, so it is only minimally compensatory.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description is essentially a noun phrase, 'Player Subtitle Stream', which restates the tool's name and endpoint rather than stating an action. It never explicitly says the tool creates or selects a subtitle stream, leaving the verb to be inferred from the tool name and the POST method. This is closer to tautology than a clear purpose statement.

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

Usage Guidelines2/5

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

No guidance is given about when to use this tool versus the many closely related playback sibling tools such as create_player_playback_audio_stream, create_player_playback_video_stream, or create_player_playback_set_text_stream. The description provides no context for choosing this tool over alternatives.

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

Deploy Server

Other Tools