read_memory_bank_file
Reads a file from the Memory Bank to access stored project context, decisions, or progress, returning content with an ETag for optimistic concurrency control.
Instructions
Read a file from the Memory Bank. Returns content with ETag for optimistic concurrency control.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filename | Yes | Name of the file to read | |
| includeEtag | No | Whether to include ETag in response (default: true) |