Skip to main content
Glama

create_scenario

Initialize a new AFSIM simulation scenario with a given name, duration, and time step, returning a unique scenario identifier for subsequent management and execution.

Instructions

Create a new AFSIM scenario in memory.

Parameters

name: Unique name for the scenario. description: Optional human-readable description. duration_s: Simulation duration in seconds (default 3600). time_step_s: Simulation time step in seconds (default 1.0).

Returns

JSON with scenario_id, name, and metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYes
descriptionNo
duration_sNo
time_step_sNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Yookio-Z/AFSIM_MCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server