Skip to main content
Glama

GCP MCP

by henihaddad

get_sql_instance_details

Retrieve detailed information about a specific Cloud SQL instance in GCP by providing the project ID and instance ID using this tool. Useful for administrative and monitoring tasks.

Instructions

Get detailed information about a specific Cloud SQL instance. Args: project_id: The ID of the GCP project instance_id: The ID of the Cloud SQL instance Returns: Detailed information about 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": "get_sql_instance_detailsArguments", "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