read_file
Fetch a note from the vault with its etag for conflict detection. Pass the etag to write_file to block overwrites of concurrent changes.
Instructions
MODERATE — one round trip to storage. Returns the note with an etag: first line; pass that etag back to write_file to refuse a write over someone else's change. Search first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |