Open Kioku Get Change Contract
get_change_contractRetrieve a stored change contract by its ID and export it in JSON, Markdown, or TOON format for verification or explanation.
Instructions
Retrieve a stored change contract by id and optionally export it as JSON, Markdown, or TOON. Use to retrieve a previously stored contract by id before verification or explanation. Prefer create_change_contract for new contracts. This is read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Return format. Defaults to json. | |
| contract_id | Yes | Stored contract id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | No | Wrapped non-object output, used for Markdown, TOON, or scalar responses. |