rename_folder
Renames an Apple Notes folder by ID after verifying current name, with duplicate and character validation.
Instructions
Rename a folder in Apple Notes by ID with enhanced name verification.
Features:
Renames folders by ID with double name verification
Comprehensive validation and duplicate detection
Unicode and emoji support for folder names
Works with root level and nested paths
Validation:
Max 128 characters, no special chars: < > : " | ? *
Prevents duplicate names in same location
New name cannot be same as current name
Verifies folder ID matches current name (double verification)
Gets actual folder name by ID for additional security
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Primary key ID of the folder to rename (e.g., 'p2330') | |
| current_name | Yes | Current name of the folder to verify and rename | |
| new_name | Yes | New name for the folder (1-128 chars, no < > : " | ? *) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |