Get version snapshot
roadflow_get_versionLoad one shared-map version by relative index (e.g. -1 newest, -2 previous). Returns JSON state. Does not change the live map or workspace unless load=true.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rel | Yes | Relative version index: -1 = newest checkpoint, -2 = older, … | |
| load | No | If true, also replace the current MCP workspace with this version (does not save to cloud). |