Skip to main content
Glama

list_sync_transcode_queue

Read-onlyIdempotent

Retrieves the current sync transcode queue for Plex Media Server, showing tasks awaiting transcoding.

Instructions

Get Sync Transcode Queue.

GET /sync/transcodeQueue

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive behavior, so the description doesn't need to repeat safety facts. However, it adds no behavioral context beyond the endpoint path—such as what items the queue contains, whether it reflects in-progress or queued transcodes, or any pagination/ordering. With annotations covering safety, the description still fails to add meaningful behavior details.

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 a single concise sentence plus the endpoint, with no filler. It is appropriately front-loaded and every token earns its place.

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

Completeness3/5

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

For a zero-argument read-only operation with an output schema and safety annotations, the description provides enough to invoke the tool successfully. However, it lacks any clarification of what a 'Sync Transcode Queue' is or how it relates to similar tools, leaving a meaningful gap for an agent trying to choose between this and sibling queue/transcode list tools.

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

Parameters4/5

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

The input schema has zero parameters, so schema coverage is trivially 100% and the description need not explain arguments. The baseline for 0 parameters is 4, and no additional parameter context is required.

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?

The description states a clear verb and resource: 'Get Sync Transcode Queue.' This precisely identifies the operation. It doesn't differentiate from sibling tools like list_sync_queue or list_transcode_sessions, but the name and endpoint make the purpose unmistakable.

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 on when to use this tool over alternatives. The sibling list includes several related queue and transcode tools, but the description does not explain what distinguishes this one. An agent must infer usage from the name alone.

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