write_memory_bank_file
Write content to a Memory Bank markdown file, with optional ETag-based concurrency control to prevent overwriting concurrent edits.
Instructions
Write to a Memory Bank file. Supports optimistic concurrency control via ifMatchEtag.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Name of the file to write | |
| content | Yes | Content to write to the file | |
| ifMatchEtag | No | Optional ETag from a previous read. If provided, write will only succeed if the file has not been modified since the read. |