scan_notes
Scan multiple notes to retrieve metadata and text previews, enabling efficient organization by filtering folders and using pagination for large collections.
Instructions
Bulk scan notes returning metadata and a text preview for each. Supports pagination via offset. Optionally filter by folder. Use this to get an overview before organizing.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| folder | No | Filter by folder name. Omit to scan all notes. | |
| limit | No | Max number of notes to return (default: 100) | |
| offset | No | Number of notes to skip for pagination (default: 0) | |
| previewLength | No | Preview text length in characters (default: 300) |