Skip to main content
Glama

update_sync_refresh_synclists

Idempotent

Refresh Plex sync lists to update offline content availability and ensure media syncs correctly across devices.

Instructions

Refresh Sync Lists.

PUT /sync/refreshSynclists

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

C2.7/5.0
Behavior2/5

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

Annotations already cover the safety profile (readOnlyHint=false, idempotentHint=true, destructiveHint=false), and the description adds only the HTTP method and endpoint path. It does not disclose what the refresh actually affects, whether it is global or scoped, or what side effects occur. The PUT method is consistent with idempotentHint=true; no contradiction exists.

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

Conciseness3/5

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

The description is compact and front-loads the purpose, with no filler words. However, it is bare-bones: the endpoint line largely duplicates the semantics already present in the tool name, so the structure earns no additional credit for content value.

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?

The tool is simple (0 params, output schema present, annotations covering safety), so the bar is lower. Still, the description omits operational context: what triggering a refresh does, how it differs from update_sync_refresh_content, and whether it applies globally. Given the ambiguous sibling landscape, an agent has no basis to select this tool confidently.

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, so there is nothing the schema or description needs to document. The baseline of 4 for a zero-parameter tool applies; no parameter information is missing.

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

Purpose3/5

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

The description states a verb ('Refresh') and resource ('Sync Lists'), so the core action is identifiable. However, it is essentially a restatement of the tool name (update_sync_refresh_synclists → 'Refresh Sync Lists') and does nothing to distinguish this from the closely related sibling update_sync_refresh_content.

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 invoke this tool versus alternatives. No context is given about when a sync-list refresh is needed, no exclusions are stated, and the sibling update_sync_refresh_content is not mentioned. The only implied usage is circular: use it to refresh sync lists.

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