Get Markdown
get_markdownRead Markdown file content by path. Optionally specify a version number to access an old immutable version.
Instructions
Read a .md file's content by path. Pass version (a version_no from list_versions) to read an OLD immutable version instead of the current one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | POSIX path to the .md file, e.g. 'reports/2026/error-report.md'. Folders auto-created. | |
| version | No | Version number to read (see list_versions). Omit for the current version. |