List notes
list_notesList notes as summaries with id, filename, title, format, timestamps, and body excerpt. Filter by folder or note format to narrow results.
Instructions
List the account's notes (most-recently-updated first by default) as summaries: id, filename, title, format, timestamps, and a body excerpt. Filter by folder or format. Both plain and rich notes are listed, but only plain notes can be created or edited through this server.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notes to return (default 50, max 200). | |
| offset | No | Pagination offset (default 0). | |
| format | No | Filter by note format. | |
| folder_id | No | Folder id to filter by, or "none" for notes in no folder. | |
| sort | No | Sort order (default "updated"). |