notlai_list_notes
List and filter your notes by tags, date range, search text, favorites, or folder. Returns recently updated notes first.
Instructions
List your notes. Supports filtering by tags, date range, text search, and favorites. Returns the most recently updated notes first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | No | End date filter (ISO format, e.g. "2025-12-31") | |
| from | No | Start date filter (ISO format, e.g. "2025-01-01") | |
| tags | No | Filter by tag names (notes with at least one matching tag) | |
| limit | No | Max number of notes to return (default: 20) | |
| scope | No | Which notes to list: "own" (default), "shared" (notes shared with you), or "all" (both) | |
| cursor | No | Pagination cursor from a previous response | |
| search | No | Search text in title and content | |
| folderId | No | Filter by folder ID. Use "root" to list notes not in any folder. | |
| favorites | No | If true, only return favorite notes |