models-instantiate
models-instantiateCreate a new case from a published model. Optionally set case name, status, tags, and assign to a workspace.
Instructions
Creates a new Case from a published model, with items from plan item definitions. Pass workspace_id to make the case visible in a workspace.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | Published model ID (@rid format) | |
| name | No | Case name (defaults to model name) | |
| parent_case_id | No | Parent case ID for sub-cases (@rid format) | |
| status | No | Initial case status (default: active) | |
| tags | No | Tags for the new case | |
| workspace_id | No | Workspace ID to add the new case to (@rid format) |