get_note
Read and return the contents of a note from your zk note-taking system by specifying its file path. Access note content from your local knowledge base.
Instructions
Read and return the contents of the note at the specified path.
Args: path (str): Path to the note file to read
Returns: str: The note content
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |