list_notes
Retrieve notes from your knowledge base with optional tag filtering, newest first.
Instructions
List all notes, optionally filtered by a tag.
Args: tag: If provided, only return notes containing this tag. limit: Maximum number of notes to return (default 20).
Returns: List of notes, newest first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |