list_notes
Retrieve and filter notes by folder with pagination support. View titles, folders, and dates for organized note management.
Instructions
List all notes with title, folder, and dates. Optionally filter by folder name. Supports pagination via limit/offset.
Input Schema
TableJSON 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) |