caldera_update_adversary
Modify a Caldera adversary profile by providing its UUID and optionally updating its name, ordered ability list, or description.
Instructions
Update an existing adversary profile.
Args: adversary_id: The Caldera adversary UUID to update. name: New name (leave empty to keep existing). ability_ids: New ordered ability list (leave empty to keep existing). description: New description (leave empty to keep existing).
Returns: JSON string with the updated adversary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adversary_id | Yes | ||
| name | No | ||
| ability_ids | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |