get_capability
Retrieve a capability's full details, including component and asset bindings, by providing its capability ID.
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 | |||