get_scenario_content
Retrieve the AFSIM scenario text by providing its UUID. Returns the scenario name and content.
Instructions
Get the AFSIM text representation of a scenario.
Parameters
scenario_id: UUID of the scenario.
Returns
JSON with 'name' and 'content' (AFSIM scenario text).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scenario_id | Yes |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |