read_note
Reads a note using its primary key ID and verifies it by name. Returns full note content including title, body, and metadata.
Instructions
Read a note by its primary key ID with AppleScript verification.
Security Features:
Verifies note exists with the given ID and name
Uses primary key ID for precise identification
Returns full note content with metadata
Output:
Note name, ID, folder, creation/modification dates
Full note content (title + body)
Status and read method information
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | Primary key ID of the note to read (e.g., 'p1308') | |
| note_name | Yes | Name of the note to verify and read |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |