notes_read
Retrieve a note by its ID or slug, optionally scoped to a specific project, for local-first task coordination.
Instructions
Read a note by id, or by slug within the current project (falling back to a global note of the same slug).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | note id (ULID); pass exactly one of id or slug | |
| slug | No | note slug, as briefings, plan compositions, and notes_create responses name notes (alias: name) | |
| project | No | project slug for the slug lookup; defaults to the bound session's project |