Search Documentation
Search across all documentation pages
list_notes
List notes with titles, tags, and content previews. Optionally filter by vault or folder. Returns a paginated list of notes sorted by most recently updated.
Parameters#
| Parameter | Type | Required | Description |
|---|---|---|---|
| vaultId | string (UUID) | optional | Filter by vault ID |
| folderId | string (UUID) | optional | Filter by folder ID |
| limit | integer (1-100) | optional | Max notes to return (default 20) |
Returns#
An array of note objects, each containing the note ID, title, tags, content preview, vault name, folder info, and timestamps.
Example#
json
{
"tool": "list_notes",
"arguments": {
"limit": 10
}
}