get_asset
Retrieve details of a specific cloud asset by providing its ID or partial name. Use when you need asset information without listing all assets.
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. |