Skip to content

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#

ParameterTypeRequiredDescription
vaultIdstring (UUID)optionalFilter by vault ID
folderIdstring (UUID)optionalFilter by folder ID
limitinteger (1-100)optionalMax 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
  }
}