list_notes
List notes filtered by tags and category, sorted by creation or modification date, with a configurable result limit.
Instructions
List notes with optional filtering.
Args: tags: Filter by tags (all must match) category: Filter by category prefix sort_by: Sort field - "modified" (default), "created", or "title" limit: Max results (default 50, max 100)
Returns: List of note summaries, or a single-item list with an error dict if sort_by is not one of the supported fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| limit | No | ||
| sort_by | No | modified | |
| category | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |