List Versions
list_versionsRetrieve the immutable version history of a Markdown file, showing newest first with details such as version number, commit message, author, timestamp, and file size.
Instructions
List a .md file's immutable version history, newest first (version_no, commit_message, author, registered_at, size). Read an old version's content with get_markdown + version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | POSIX path to the .md file, e.g. 'reports/2026/error-report.md'. Folders auto-created. |