get_asset
View details of a specific cloud asset by providing its ID or partial name (case-insensitive). Ideal when you need information about a single asset, not for listing or cost queries.
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. |