list_notes
Retrieve all notes from a project, sorted by pinned then newest. Optionally filter by tag for targeted results.
Instructions
List all notes in a project, ordered by pinned first then newest. Pass tag to only return notes carrying that tag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Only notes carrying this tag name (case-insensitive) | |
| project_uuid | Yes | UUID of the project |