gcloud_execute
Execute any gcloud command directly with proper ADC authentication. Use for commands not covered by specific tools.
Instructions
Execute any gcloud command directly. This is a flexible wrapper that allows running any gcloud command with proper ADC authentication. Use this for commands not covered by specific tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | Output format | json |
| command | Yes | The gcloud command to execute (without 'gcloud' prefix, e.g., 'compute instances list') | |
| additional_flags | No | Additional flags to append to the command |