caldera_list_abilities
List Caldera abilities with filters for technique, tactic, or platform. Find existing abilities before creating new ones or map ATT&CK IDs.
Instructions
List available abilities in Caldera, with optional filters.
Useful for finding what abilities already exist before creating new ones, or for mapping ATT&CK technique IDs to Caldera ability IDs when building an adversary from a STIX bundle.
Args: technique_id: Filter by ATT&CK technique ID (e.g. 'T1059.001'). Leave empty to return all techniques. tactic: Filter by ATT&CK tactic (e.g. 'execution', 'discovery'). Leave empty to return all tactics. platform: Filter by executor platform — 'windows', 'linux', or 'darwin'. Leave empty to return all platforms.
Returns: JSON string with a compact list of matching abilities (id, name, tactic, technique_id, platforms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| technique_id | No | ||
| tactic | No | ||
| platform | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |