Files
genai-toolbox/docs/en/resources/tools/cloudsql/cloudsqlgetinstances.md
Yuan Teoh 48bd1da647 chore: update docs and root test (#2362)
Update docs and `cmd/root_test.go`.
2026-01-26 19:43:46 -08:00

966 B

title, type, weight, description
title type weight description
cloud-sql-get-instance docs 10 Get a Cloud SQL instance resource.

The cloud-sql-get-instance tool retrieves a Cloud SQL instance resource using the Cloud SQL Admin API.

{{< notice info >}} This tool uses a source of type cloud-sql-admin. {{< /notice >}}

Example

kind: tools
name: get-sql-instance
type: cloud-sql-get-instance
source: my-cloud-sql-admin-source
description: "Gets a particular cloud sql instance."

Reference

field type required description
type string true Must be "cloud-sql-get-instance".
source string true The name of the cloud-sql-admin source to use.
description string false A description of the tool.