Skip to main content
Glama

jellyfin_remove_from_collection

Remove movies from a Jellyfin collection by name or ID. Movies remain in library; only collection membership is removed. Preview changes or confirm execution.

Instructions

Remove movies from a collection (by collection name or id).

The movies stay in the library; only their membership in the collection is removed. Same resolution ergonomics; references resolving to movies not currently in the collection are reported and skipped. confirm=False previews; confirm=True proceeds only if every reference resolved.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
moviesYes
confirmNo
collection_refYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations, the description carries full burden. It discloses that membership is removed but movies remain, reports skipped references, and explains confirm=false previews. This is good transparency for a mutation tool.

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?

Three sentences, front-loaded with the main action, then concise behavioral notes. No unnecessary words; each sentence adds value.

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?

Given the tool complexity (3 params, simple behavior) and presence of output schema (not shown), the description covers effects, error handling, and confirm modes adequately. Missing details on return format are offset by 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 coverage is 0%, so description must add meaning. It clarifies that collection_ref can be name or id, movies is an array of strings (references), and confirm controls preview vs execution. This compensates well.

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 verb (remove), resource (movies from a collection), and adds specificity (by collection name or id). It distinguishes from sibling tools like jellyfin_add_to_collection and jellyfin_delete_collection.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explains that movies stay in the library (non-destructive), mentions error handling for references not in the collection, and clarifies the confirm flag behavior. It doesn't explicitly state when to use this vs alternatives, but the context is sufficient.

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/ava-hip/mcp-media-stack'

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