# chaptarr-queue > Generated skill for Queue operations. Contains 3 tools. - Author: KnucklesSG1 - Repository: Knuckles-Team/arr-mcp - Version: 20260201212908 - Stars: 0 - Forks: 0 - Last Updated: 2026-02-06 - Source: https://github.com/Knuckles-Team/arr-mcp - Web: https://mule.run/skillshub/@@Knuckles-Team/arr-mcp~chaptarr-queue:20260201212908 --- --- name: chaptarr-queue description: "Generated skill for Queue operations. Contains 3 tools." --- ### Overview This skill handles operations related to Queue. ### Available Tools - `delete_queue_id`: No description - **Parameters**: - `id` (int) - `removeFromClient` (bool) - `blocklist` (bool) - `skipRedownload` (bool) - `changeCategory` (bool) - `chaptarr_base_url` (str) - `chaptarr_api_key` (Optional[str]) - `chaptarr_verify` (bool) - `delete_queue_bulk`: No description - **Parameters**: - `data` (Dict) - `removeFromClient` (bool) - `blocklist` (bool) - `skipRedownload` (bool) - `changeCategory` (bool) - `chaptarr_base_url` (str) - `chaptarr_api_key` (Optional[str]) - `chaptarr_verify` (bool) - `get_queue`: No description - **Parameters**: - `page` (int) - `pageSize` (int) - `sortKey` (str) - `sortDirection` (str) - `includeUnknownAuthorItems` (bool) - `includeAuthor` (bool) - `includeBook` (bool) - `chaptarr_base_url` (str) - `chaptarr_api_key` (Optional[str]) - `chaptarr_verify` (bool) ### 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.