# lidarr-naming-config > Generated skill for NamingConfig operations. Contains 4 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~lidarr-naming-config:20260201212908 --- --- name: lidarr-naming-config description: "Generated skill for NamingConfig operations. Contains 4 tools." --- ### Overview This skill handles operations related to NamingConfig. ### Available Tools - `get_config_naming_id`: No description - **Parameters**: - `id` (int) - `lidarr_base_url` (str) - `lidarr_api_key` (Optional[str]) - `lidarr_verify` (bool) - `put_config_naming_id`: No description - **Parameters**: - `id` (str) - `data` (Dict) - `lidarr_base_url` (str) - `lidarr_api_key` (Optional[str]) - `lidarr_verify` (bool) - `get_config_naming`: No description - **Parameters**: - `lidarr_base_url` (str) - `lidarr_api_key` (Optional[str]) - `lidarr_verify` (bool) - `get_config_naming_examples`: No description - **Parameters**: - `renameTracks` (bool) - `replaceIllegalCharacters` (bool) - `colonReplacementFormat` (int) - `standardTrackFormat` (str) - `multiDiscTrackFormat` (str) - `artistFolderFormat` (str) - `includeArtistName` (bool) - `includeAlbumTitle` (bool) - `includeQuality` (bool) - `replaceSpaces` (bool) - `separator` (str) - `numberStyle` (str) - `id` (int) - `resourceName` (str) - `lidarr_base_url` (str) - `lidarr_api_key` (Optional[str]) - `lidarr_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.