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