list_notes
List note summaries, pinned first, with IDs and folders, to quickly browse and select notes for retrieval.
Instructions
List notes as summaries, pinned first, without fetching their bodies.
Each entry carries the note_id that get_note and the write tools need, plus the folder it lives in and when it changed. Use get_note to read one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | "modified" (default), "created", or "title" | modified |
| limit | No | Maximum number of notes to return (default: 25) | |
| offset | No | Number of notes to skip from the start (default: 0) | |
| folder_id | No | Only notes in this folder, from list_folders (default: all folders) | |
| include_trash | No | Include notes in Recently Deleted (default: false) |