# radarr-custom-format > Generated skill for CustomFormat operations. Contains 8 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~radarr-custom-format:20260201212908 --- --- name: radarr-custom-format description: "Generated skill for CustomFormat operations. Contains 8 tools." --- ### Overview This skill handles operations related to CustomFormat. ### Available Tools - `get_customformat`: No description - **Parameters**: - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_verify` (bool) - `post_customformat`: No description - **Parameters**: - `data` (Dict) - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_verify` (bool) - `put_customformat_id`: No description - **Parameters**: - `id` (str) - `data` (Dict) - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_verify` (bool) - `delete_customformat_id`: No description - **Parameters**: - `id` (int) - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_verify` (bool) - `get_customformat_id`: No description - **Parameters**: - `id` (int) - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_verify` (bool) - `put_customformat_bulk`: No description - **Parameters**: - `data` (Dict) - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_verify` (bool) - `delete_customformat_bulk`: No description - **Parameters**: - `data` (Dict) - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_verify` (bool) - `get_customformat_schema`: No description - **Parameters**: - `radarr_base_url` (str) - `radarr_api_key` (Optional[str]) - `radarr_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.