get_notes
Retrieve vault notes by ID, tag, project, or recent updates. Use for browsing and listing notes, not free-text search.
Instructions
Retrieve notes from the vault by id, by tag, by project, or the most recently updated ones. Use this for browsing/listing, not free-text search (use search_notes for that).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Return exactly this note by id | |
| tags | No | Only return notes containing all of these tags | |
| limit | No | Max notes to return | |
| offset | No | ||
| project | No | Only return notes saved under this project/repo |