Start ToolQuest Run
start_runCreate an isolated escape-room run and receive a run ID, initial state, room introduction, and next-step guidance for reproducible puzzle solving.
Instructions
Create an isolated deterministic escape-room run. Returns an opaque runId, initial stateVersion, room introduction, and next-step guidance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| seed | No | Optional deterministic seed for reproducing this run. | |
| roomId | No | Room to start. Call list_rooms to discover the available room IDs. | the-vault |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| code | No | ||
| data | Yes | ||
| runId | No | ||
| score | No | ||
| events | Yes | ||
| status | No | ||
| message | Yes | ||
| eventSeq | No | ||
| retryable | No | ||
| stateHash | No | ||
| recoveryHint | No | ||
| stateVersion | No | ||
| correlationId | No |