get_component
Fetch a single component from a threat model by its component ID. Handles speculative components by returning them as-is instead of raising an error.
Instructions
Get a single component. Speculative components (repo_url="")
are returned as-is — the empty repo IS the lifecycle state, not an
error.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes | ID of the threat model. | |
| component_id | Yes | Component ID (e.g. ``CMP-01``). | |
| server_version | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||