list_notes
Retrieve and filter notes by tags, category, or sorting criteria to find specific entries quickly.
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 |