Skip to content

Search Documentation

Search across all documentation pages

list_vaults

List all vaults with their names, icons, colors, and note counts. This tool takes no parameters. Use it to discover available vaults and their IDs for use with other tools.

Parameters#

This tool has no parameters.

Returns#

An array of vault objects, each containing the vault ID, name, icon, color, and the number of notes it contains.

Example#

json
{
  "tool": "list_vaults",
  "arguments": {}
}