list_notes
Retrieve notes, optionally filtered by category or subcategories, and omit fields such as content to control response size.
Instructions
List notes, optionally filtered by category. The server matches categories exactly, so pass recursive=true to include subcategories such as "work/clients" under "work". Use exclude=["content"] to keep the response small when only metadata is needed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| exclude | No | Fields to omit from each note, to reduce response size. | |
| category | No | Category path; "" means uncategorized. | |
| chunkSize | No | Maximum notes per response. | |
| recursive | No | Include notes in nested subcategories. | |
| chunkCursor | No | Cursor from a previous response. | |
| pruneBefore | No | Only return notes modified at or after this Unix timestamp. |