get_asset
Retrieve a single asset from a threat model by its ID. Soft-deleted assets include a deleted flag for caller handling.
Instructions
Get a single asset. Soft-deleted assets carry deleted: true;
the caller decides whether to surface them.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asset_id | Yes | Asset ID (e.g. ``A-01``). | |
| model_id | Yes | ID of the threat model. | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||