caldera_create_adversary
Create a custom adversary profile for MITRE Caldera by providing an ordered list of ability IDs, a name, and an optional description of tactics or scenario context.
Instructions
Create a new adversary profile from an ordered list of ability IDs.
Args: name: Human-readable adversary name (e.g. 'APT29 Credential Access'). ability_ids: Ordered list of Caldera ability UUIDs. description: Optional description of the adversary's TTPs or scenario context.
Returns: JSON string with the created adversary including its generated adversary_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| ability_ids | Yes | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |