Back to Genai Toolbox

alloydb-get-cluster

docs/en/integrations/alloydb-admin/tools/alloydb-get-cluster.md

1.1.01.3 KB
Original Source

About

The alloydb-get-cluster tool retrieves detailed information for a single, specified AlloyDB cluster.

ParameterTypeDescriptionRequired
projectstringThe GCP project ID to get cluster for.Yes
locationstringThe location of the cluster (e.g., 'us-central1').Yes
clusterstringThe ID of the cluster to retrieve.Yes

Compatible Sources

{{< compatible-sources >}}

Example

yaml
kind: tool
name: get_specific_cluster
type: alloydb-get-cluster
source: my-alloydb-admin-source
description: Use this tool to retrieve details for a specific AlloyDB cluster.

Reference

fieldtyperequireddescription
typestringtrueMust be alloydb-get-cluster.
sourcestringtrueThe name of an alloydb-admin source.
descriptionstringfalseDescription of the tool that is passed to the agent.