bulk.apply
Execute a batch of write operations with atomic validation and dry-run mode, ensuring all changes apply only if every operation would succeed. Failed writes trigger best-effort restore.
Instructions
Execute a batch of write operations. With atomic=true (default), all ops are first validated in dry-run mode against in-memory snapshots; the actual writes happen only if every op would succeed. If any post-validation write fails, best-effort restore is attempted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ops | Yes | ||
| vault | No | ||
| atomic | No | ||
| _budget | No | Optional per-call budget override. maxBulkOps overrides the server default for this call only. 0 = unlimited. | |
| dry_run | No |