Skip to main content
Glama

tv_queue

Add Netflix episodes, YouTube videos, and Spotify tracks to your smart TV queue. Manage playback by viewing, playing, skipping, or clearing content.

Instructions

Manage the play queue. Actions: add, show, play, skip, clear.

Args: action: "add", "show", "play", "skip", or "clear". platform: Required for "add". netflix/youtube/spotify. query: Required for "add". Content name. season: For "add" — Netflix season number. episode: For "add" — Netflix episode number. tv_name: For "play" — target TV.

Examples: tv_queue("add", "youtube", "Gangnam Style") tv_queue("add", "netflix", "Dark", season=1, episode=1) tv_queue("show") tv_queue("play") tv_queue("clear")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
actionYes
platformNo
queryNo
seasonNo
episodeNo
tv_nameNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations, description carries burden but only explains basic actions; omits side effects (does 'clear' stop current playback?, is 'play' immediate?) and error conditions.

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?

Excellent structure with clear sections (summary, Args, Examples); front-loaded purpose with no redundancy; examples demonstrate real usage patterns efficiently.

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?

Given 6 parameters with conditional logic and presence of output schema, covers all inputs adequately; minor gap in explaining 'skip' behavior precisely (current vs next item).

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?

With 0% schema description coverage, comprehensively compensates by detailing every parameter's purpose, conditional requirements, and valid values inline.

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

Purpose4/5

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

States specific verb ('Manage') and resource ('play queue'), and distinguishes from siblings by focusing on queue operations (add/show/clear) rather than direct playback.

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

Usage Guidelines3/5

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

Documents conditional requirements (e.g., platform required for 'add') but lacks explicit guidance on when to use queue vs direct playback tools like tv_play or tv_launch.

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/Hybirdss/smartest-tv'

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