rms_read
Retrieve the full contents of a markdown document from the RMS Memory vault by providing its relative path.
Instructions
Read the full contents of a markdown document from the RMS Memory vault. Provide the relative path (e.g., 'rules/api.md'). Use this to retrieve the full context of a document found via rms_search.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | ||
| path | Yes | Relative path to the markdown document in the vault. | |
| project | No | Registered project key, used when the MCP client did not provide a workspace root. | |
| noPromote | No | Read without side effects. Vault reads are already side-effect free; accepted for explicit forward-compatible contracts. |