List notes
list_notesList user notes from a local database, filtered by folder or time period. See titles, markdown bodies, timestamps, and linked events; omit filters to retrieve all notes.
Instructions
User notes (title, markdown-ish body excerpt with bullets/bold/italic/@mentions, optional timestamp/region, optional linked event, pin + folder). Pass a period to scope timed notes whose region OVERLAPS the window — timeless notes are omitted from period filters. Optional folder filters to a folder UUID/exact name, or "none" for unfiled. Omit period to list every note. Returns [] on installs that predate the notes table.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Optional folder UUID or exact name; pass "none" for unfiled notes. | |
| period | No | today | yesterday | week | month | year | a single date YYYY-MM-DD | an inclusive date range YYYY-MM-DD..YYYY-MM-DD |