zk_get_note
Retrieve a specific note from the Zettelkasten system by its ID or title, enabling quick access to stored atomic notes for knowledge management and synthesis.
Instructions
Retrieve a note by ID or title. Args: identifier: The ID or title of the note
Input Schema
Name | Required | Description | Default |
---|---|---|---|
identifier | Yes |
Input Schema (JSON Schema)
{
"properties": {
"identifier": {
"title": "Identifier",
"type": "string"
}
},
"required": [
"identifier"
],
"title": "zk_get_noteArguments",
"type": "object"
}