Skip to main content

internal

Creates, updates, deletes, gets or lists an internal resource.

Overview

Nameinternal
TypeResource
Idgoogle.geminicloudassist.internal

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
ask_cloud_assistexecCalls the ask_cloud_assist tool. Called INTERNALLY by ESF after translating an MCP request.
invoke_operationexecCalls the invoke_operation tool.
investigate_issueexecCalls the investigate_issue tool.
design_infraexecCalls the design_infra tool.
optimize_costsexecCalls the optimize_costs tool.

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

Lifecycle Methods

Calls the ask_cloud_assist tool. Called INTERNALLY by ESF after translating an MCP request.

EXEC google.geminicloudassist.internal.ask_cloud_assist
@@json=
'{
"userQuery": "{{ userQuery }}",
"project": "{{ project }}",
"contextId": "{{ contextId }}"
}'
;