# jellyfin-collection > Generated skill for Collection operations. Contains 3 tools. - Author: Audel Rouhi - Repository: Knuckles-Team/jellyfin-mcp - Version: 20260201211055 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Knuckles-Team/jellyfin-mcp - Web: https://mule.run/skillshub/@@Knuckles-Team/jellyfin-mcp~jellyfin-collection:20260201211055 --- --- name: jellyfin-collection description: "Generated skill for Collection operations. Contains 3 tools." --- ### Overview This skill handles operations related to Collection. ### Available Tools - `create_collection_tool`: Creates a new collection. - **Parameters**: - `name` (Optional[str]) - `ids` (Optional[List[Any]]) - `parent_id` (Optional[str]) - `is_locked` (Optional[bool]) - `add_to_collection_tool`: Adds items to a collection. - **Parameters**: - `collection_id` (str) - `ids` (Optional[List[Any]]) - `remove_from_collection_tool`: Removes items from a collection. - **Parameters**: - `collection_id` (str) - `ids` (Optional[List[Any]]) ### Usage Instructions 1. Review the tool available in this skill. 2. Call the tool with the required parameters. ### Error Handling - Ensure all required parameters are provided. - Check return values for error messages.