vn_list_notes
List notes from Voicenotes, newest first, with filters for tag or ISO date range. Supports pagination or retrieving all notes in one call.
Instructions
List Voicenotes notes, newest first. Filter by tag and/or ISO date range. Use page for Laravel pagination, or fetch_all:true to retrieve EVERY note in one call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max notes per page (1-50) | |
| page | No | Page number (Laravel pagination) | |
| cursor | No | Deprecated alias for page | |
| fetch_all | No | Walk all pages and return every note | |
| tag | No | Filter to a single tag name | |
| date_from | No | ISO 8601 start (inclusive) | |
| date_to | No | ISO 8601 end (inclusive) |