get-note
Retrieve a note's full content and details by providing its noteId or title. Optionally narrow results by folder path; if the title is ambiguous, a list of matching candidates is returned for disambiguation.
Instructions
Get a note's full content and details by noteId or title. Optionally scope by folder path. If the title is ambiguous, returns a list of matching candidates — retry with noteId or path to disambiguate.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional folder path to disambiguate duplicate titles | |
| title | No | ||
| noteId | No | Apple Notes ID. If provided, skips title resolution. |