Skip to main content
Glama

create_collection

Create a new regular collection in a Plex library by specifying the library name, collection title, and rating keys of items to include.

Instructions

Create a new regular collection in a Plex library.

library_name: exact library name (e.g. "Movies"). title: name for the collection. rating_keys: list of rating keys for items to include.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
library_nameYes
titleYes
rating_keysYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It does not disclose side effects (e.g., whether it overwrites existing collections), return values, error conditions, or permissions needed. The description only states the basic action.

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 extremely concise, using a bullet-point style. The first sentence states the purpose, followed by parameter details. Every sentence is necessary and there is no redundancy.

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?

While the description covers the basic usage, it lacks information about the return value (e.g., created collection ID), error handling, or prerequisites (e.g., library existence). For a create tool with no output schema, this is a notable gap.

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?

All three required parameters are described in plain language: 'exact library name', 'name for the collection', and 'list of rating keys for items to include'. This adds meaning beyond the schema titles, which is valuable given 0% schema description coverage.

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 states the tool creates a new regular collection in a Plex library, specifying the type ('regular') to distinguish it from the sibling 'create_smart_collection'. The verb 'create' and resource 'collection' are specific.

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 provided on when to use this tool versus siblings like 'create_smart_collection' or 'add_to_collection'. There is no explicit when-to-use or when-not-to-use advice, leaving the agent without decision support.

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/obrien-matthew/mcp-plex'

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