Skip to main content
Glama

list_sync_items

Read-onlyIdempotent

Retrieve the current Plex Sync items to see which media is ready for offline access.

Instructions

Get Sync Items.

GET /sync/items

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/5.0
Behavior2/5

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

Annotations already cover the safety profile (readOnly, idempotent, non-destructive), but the description adds no behavioral context beyond the raw endpoint. It doesn't mention pagination, limits, response characteristics, or any side effects, which is a notable gap even with annotations present.

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 extremely brief: 'Get Sync Items.' plus the endpoint. It is concise and not verbose, but it repeats the endpoint redundantly. The structure is simple and front-loaded, though it could be more informative without sacrificing conciseness.

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?

For a tool with no parameters and an output schema (not shown here), the description should still clarify what 'sync items' refers to and how this endpoint relates to similar list_* or sync_* tools. It lacks any operational context, making it incomplete for correct usage in a broad API surface.

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 tool has zero parameters, and the description correctly implies no additional input is needed. Since there are no parameters to document, the description fulfills its role without adding unnecessary detail, and the baseline for 0-parameter tools is 4.

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 clearly states 'Get Sync Items' with a specific verb and resource, establishing a clear purpose. However, it does not differentiate from sibling tools like list_sync or get_sync_items_by_sync_id, which could cause confusion without deeper inspection.

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?

There is no guidance on when to use this tool versus the many sync-related siblings (e.g., list_sync, list_sync_queue, list_sync_transcode_queue). No context about intent, filtering, or prerequisites is provided, leaving the agent to infer usage.

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