jellyfin_create_collection
Creates a Jellyfin BoxSet from a list of movie references, resolving each ID or title and only saving the collection when every reference is matched.
Instructions
Create a curated collection (BoxSet) from a list of movie references.
movies accepts a mixed list of tmdbIds, Jellyfin ids (or unique prefixes) and
approximate titles; each is resolved and, in a dry-run, shown as matched / ambiguous
/ not found. Ambiguous or unknown references are NEVER guessed. With confirm=False
(default) nothing is written. With confirm=True the collection is created only if
EVERY reference resolved, so a partial collection is never created silently. Set
overview to also write (and lock) a description on the new collection.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| movies | Yes | ||
| confirm | No | ||
| overview | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |