Skip to content

Search Documentation

Search across all documentation pages

read_note

Read the full decrypted content of a note, including its title, tags, and vault name. Use this when you need the complete content of a single note identified by its ID.

Parameters#

ParameterTypeRequiredDescription
noteIdstring (UUID)requiredThe note ID to read

Returns#

The full note object with decrypted content, title, tags, vault name, folder info, and timestamps.

Example#

json
{
  "tool": "read_note",
  "arguments": {
    "noteId": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
  }
}