get_asset
Retrieve detailed information about a specific cloud asset using its ID or a partial name match.
Instructions
Use this when the user wants to view details of a specific cloud asset. Accepts either the asset ID or a partial name (case-insensitive). Do NOT use this for listing all assets (use list_assets) or cost analysis (use run_query).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | No | The ID of the asset to retrieve. | |
| name | No | Partial name match (case-insensitive). Used to find the asset when ID is unknown. |