list_notes
Retrieve a full list of notes with metadata including title, path, last modified date, and size. Useful for browsing or gaining an overview of the knowledge base.
Instructions
List all notes in the knowledge base with their metadata (title, path, last modified date, size). Use this to get an overview of available notes or find notes by browsing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of notes to return. Useful for large vaults. If not specified, returns all notes. | |
| offset | No | Number of notes to skip. Use with limit for pagination. |