memory_read
Read a file from the memory palace by providing its relative path. Returns full contents as a string, prefixed with trust or data when security is active.
Instructions
Read a file from the palace.
path is relative to the palace root (e.g. "global/networking/networking.md").
Returns the full file contents as a string, prefixed with [TRUSTED] or [DATA]
when the security system is active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |