Skip to main content
Glama

GCP MCP

by henihaddad

list_databases

Retrieve a list of databases within a specified Cloud SQL instance by providing the GCP project ID and instance ID. This tool simplifies database inventory management on Google Cloud Platform.

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

NameRequiredDescriptionDefault
instance_idYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "instance_id": { "title": "Instance Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "instance_id" ], "title": "list_databasesArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/henihaddad/gcp-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server