vault_write_batch
Write multiple notes in a single atomic transaction. If any note fails, the entire batch rolls back, ensuring no partial updates.
Instructions
Write multiple notes atomically in a single transaction.
Args: entries: List of dicts, each with "path", "frontmatter", "body" keys.
All notes are written together — if one fails, none are committed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entries | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |