Read a note
get_noteRetrieves a note by its ID, returning its title, folder, timestamps, and full content. Optionally includes an AI-cleaned version. Transcripts are not included; use get_note_transcript for those.
Instructions
Read one note by id: title, folder, timestamps and the full content body. The transcript is never included — it reaches 240 KB — so a meeting note reports transcript_segment_count and a hint pointing at get_note_transcript. Set include_enhanced to also receive the AI-cleaned version of the text.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| include_enhanced | No |