list_notes
Retrieve recent notes, optionally filtered by tag, with control over the number of results and inclusion of trashed notes.
Instructions
List recent notes, optionally filtered by tag. Use search_notes for full-text or boolean queries. Use list_tags first to discover available tag names.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Filter by tag name (exact match) | |
| limit | No | Maximum number of notes to return (default: 20, max: 100) | |
| include_deleted | No | Include trashed notes (default: false) |