Skip to main content
Glama

plex_collections

Manage Plex media collections by listing, creating, updating, deleting, and modifying items. Organize cross-library media into thematic groups.

Instructions

Comprehensive collections management tool for Plex Media Server.

PORTMANTEAU PATTERN RATIONALE: Consolidates 7 collection-related operations into a single tool to facilitate the thematic grouping and organization of cross-library media.

Return Format

{"success": bool, "data": dict, "message": str}

Examples

await plex_collections(operation="list") await plex_collections(operation="create", title="My Collection", library_id="lib1")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
itemsNoList of media item keys.
titleNoCollection title.
summaryNoCollection summary.
operationYesOperation to perform.
library_idNoLibrary ID for scoping.
collection_idNoCollection ID.
Behavior3/5

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

Annotations declare readOnlyHint=false and destructiveHint=false, and the description does not contradict these. The description adds the return format and examples, but does not elaborate on side effects, permissions, or specifics of destructive operations like delete. For a multi-operation tool, more behavioral context would be helpful.

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 structured with a rationale, return format, and examples. While the portmanteau rationale adds context, the text is slightly verbose but each section provides useful information.

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?

The tool is complex with 7 operations, and the description provides a clear return format and representative examples. However, it does not detail the behavior of each operation or edge cases, relying heavily on the schema's enum definitions.

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 already provides 100% description coverage for all parameters. The description enhances understanding by showing examples such as operation='list' and operation='create' with title and library_id, demonstrating how parameters are used together.

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

Purpose5/5

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

The description clearly identifies the tool as a collections management tool for Plex, consolidating 7 operations (list, get, create, update, delete, add_items, remove_items). This distinguishes it from siblings by focusing specifically on collections rather than playlists or general library management.

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?

The description explains the portmanteau rationale and provides examples, but does not explicitly state when to use this tool over other Plex tools. It implies usage for collection-related tasks but lacks exclusionary guidance or alternative recommendations.

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/sandraschi/plexmcp'

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