Asset Inventory Detail
inventory_assetGet an asset's attributes, relationships, and blast-radius impact from the graph store. Returns the same configuration, edges, neighbors, sources, and impact as the dashboard drawer.
Instructions
Return one asset's attributes, relationships, and blast-radius impact.
Reuses the graph store's node context so an agent gets the same config, inbound/outbound edges, neighbors, sources, and impact the dashboard drawer renders. Returns a clean not-found error when the asset id is not present in the tenant's snapshot.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scan_id | No | Optional graph scan ID. Omit to use the latest snapshot. | |
| asset_id | Yes | Graph node ID of the asset to inspect, e.g. 'cloud_resource:ec2' or 'agent:a'. | |
| tenant_id | No | Tenant scope for the snapshot. Defaults to 'default'. | default |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |