notes.list_notes
Retrieve notes with metadata-first filtering. Filter by account, folder, name or content, and optionally include excerpts, shared notes, or recently deleted items.
Instructions
List notes (metadata-first).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account_id | No | Filter by account identifier (repeatable). | |
| folder_id | No | Filter by folder identifier (repeatable). | |
| query | No | Case-insensitive substring match against note name or plaintext. | |
| include_plaintext_excerpt | No | Include a plaintext excerpt (may be slower). | |
| plaintext_excerpt_max_len | No | Plaintext excerpt max length (must be > 0). | |
| include_shared | No | Include shared notes. | |
| include_recently_deleted | No | Include notes under the system "Recently Deleted" folder (localized). | |
| limit | No | Limit number of notes returned (must be > 0). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||