read_folder
Read a specific Apple Notes folder by its primary key ID and verified name, returning metadata, child folders, notes, and summary counts.
Instructions
Read a folder by its primary key ID with AppleScript verification.
Security Features:
Verifies folder exists with the given ID and name
Uses primary key ID for precise identification
Returns detailed folder information with contents
Output:
Folder metadata (name, ID, creation/modification dates)
Direct child folders (names and IDs)
Notes in the folder (names and IDs)
Summary counts
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder_id | Yes | Primary key ID of the folder to read (e.g., 'p2330') | |
| folder_name | Yes | Name of the folder to verify and read |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |