konsulto_link_asset
Attach an asset to a finding by matching an existing asset or creating a new one. Use when specifying which asset a finding affects.
Instructions
Attach an asset to a finding. Tries to match an existing asset by name (case-insensitive substring); creates one if none matches. Then patches the finding's assets[] to include the reference. Use this when the user says "this finding affects acme.com:443" — the tool figures out whether to reuse an existing asset or make a new one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| findingId | Yes | ||
| assetHint | Yes | Asset name or identifier (hostname, URL, IP, etc.). Used for match-or-create. | |
| assetType | No | Type to use when creating a new asset (host/url/ip/etc.). | host |