list_databases
List databases in a Google Cloud SQL instance. Provide project ID and instance ID to retrieve the databases.
Instructions
List databases in a Cloud SQL instance.
Args:
project_id: The ID of the GCP project
instance_id: The ID of the Cloud SQL instance
Returns:
List of databases in the specified Cloud SQL instance
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| instance_id | Yes |