list_notes
List notes ordered by last change, optionally filter by tag, and use limit and offset to paginate results for targeted retrieval.
Instructions
List notes by last change, optionally filtered by tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | ||
| limit | No | Max results, default 20. | |
| offset | No | Skip this many, default 0. |