Get Scenario
scenario.getHydrate one built-in scenario from the live Cloud World Model scenario library. Prerequisite: a scenario id returned by scenario.list. Returns the complete selected scenario graph, including resources and connections plus optional seed, resilienceConfig, protectedResilienceConfig, traffic/failure presets, and real-world incident metadata. The response includes both title and name for compatibility; pass resources and connections, and optionally seed/resilienceConfig, to simulation.create when you need to edit or inspect the graph. For the shorter handoff, pass the id as scenarioId instead. The likely next tool is simulation.create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenarioId | Yes | Scenario identifier returned by scenario.list |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | Stable scenario identifier | |
| name | No | Scenario display name; equivalent to title | |
| seed | No | ||
| tags | No | ||
| title | No | Scenario title | |
| status | No | Result status; not_found when the requested scenario does not exist | |
| message | No | Error or guidance message | |
| category | No | ||
| duration | No | ||
| resources | No | Full resource graph; pass to simulation.create | |
| difficulty | No | ||
| connections | No | Full connection graph; pass to simulation.create | |
| description | No | ||
| resilienceConfig | No | ||
| realWorldIncident | No | ||
| defaultTrafficPatterns | No | ||
| defaultFailureInjections | No | ||
| protectedResilienceConfig | No |