vault.read_note
Retrieve the content and stable hash metadata of a note from the vault by providing its path, enabling reliable reference and verification.
Instructions
Read one note from the vault and return stable hash metadata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| maxBytes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | ||
| content | Yes | ||
| bytes | Yes | ||
| sha256 | Yes | ||
| lineCount | Yes |