read_tool_version
Retrieve a specific historical version of a tool using its checkpoint number to compare changes or prepare for a rollback.
Instructions
Read one historical version of a tool by its CHECKPOINT NUMBER (an integer like 3, from the version field in list_tool_versions) — not by its versionId. Use it to diff two versions before rolling back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The tool's id. | |
| version | Yes | The integer checkpoint number, e.g. 3. |