list_notes
List recent notes from Simplenote, with optional tag filtering to narrow results.
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) |