Get Capability
get_capabilityFetch one threat-model capability with its component and asset bindings by capability ID. This read-only call gives full details for a known ID; use list_capabilities to enumerate capabilities.
Instructions
Get one capability with its component and asset bindings.
Read-only; no side effects. Use when you already have a capability_id
(e.g. from list_capabilities) and need its full detail; to enumerate
all capabilities of a model, use list_capabilities instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model the capability belongs to. | |
| capability_id | Yes | ID of the capability to fetch. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||