Skip to main content
Glama

update_library_metadata_by_ids_refresh

Idempotent

Refresh metadata for specified Plex library items by entering their IDs to update details such as ratings, artwork, and descriptions.

Instructions

Refresh a metadata item.

PUT /library/metadata/{ids}/refresh

Args: ids: Comma-separated list of IDs agent: The identifier of the metadata agent to use mark_updated: The markUpdated skip_refresh: Skip synchronous refresh

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idsYes
agentNo
mark_updatedNo
skip_refreshNo

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 indicate this is not read-only, is idempotent, and is not destructive, but the description adds little behavioral context beyond that. It does not explain side effects, whether the operation can be long-running, or what 'skip synchronous refresh' implies for the response. No contradiction with annotations exists.

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 compact and front-loaded with the core action, then the endpoint and parameters. It is mostly efficient, though the mark_updated line is unhelpful and could have been clarified or omitted.

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?

Given the large family of update_library_metadata_by_ids_* siblings and zero schema descriptions, the description is too sparse to fully guide selection and invocation. It lacks usage context, behavioral caveats, and meaningful documentation for all parameters, despite having an output schema.

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?

Schema description coverage is 0%, so the description must carry the burden of explaining parameters. It does so reasonably for ids, agent, and skip_refresh, but mark_updated is described only as 'The markUpdated', which is a tautology and adds no real meaning.

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: 'Refresh a metadata item.' It is distinct enough from the many sibling tools by naming the refresh action, though it does not explicitly differentiate itself from similar metadata-update operations such as analyze, index, or match.

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 about when to use this tool versus the many sibling tools that also operate on library metadata. The description only provides the endpoint and argument list, leaving the agent to infer the appropriate context 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