lipi_list_notes
List all notes in a Lipi vault with metadata like ID, path, name, size, and update time. Optionally return a directory tree for sidebar navigation.
Instructions
List all notes in the Lipi vault. Returns NoteMeta[] (id, path, name, size, updatedAt). Use tree=true to get a directory tree NoteTree[] for the sidebar.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tree | No | If true, return directory tree instead of flat list |