List Notes
list_notesRetrieve all notes with their titles, folders, and creation/modification dates. Filter by folder name and paginate results with limit and offset.
Instructions
List all notes with title, folder, and dates.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Filter by folder name | |
| limit | No | Max number of notes to return (default: 200) | |
| offset | No | Number of notes to skip for pagination (default: 0) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| total | Yes | ||
| offset | Yes | ||
| returned | Yes | ||
| notes | Yes |