Skip to main content
Glama

GCP MCP

by henihaddad

create_backup

Generate a backup for a Cloud SQL instance in GCP by specifying project and instance IDs, with an optional description for reference. Returns the backup operation result.

Instructions

Create a backup for a Cloud SQL instance. Args: project_id: The ID of the GCP project instance_id: The ID of the Cloud SQL instance description: Optional description for the backup Returns: Result of the backup operation

Input Schema

NameRequiredDescriptionDefault
descriptionNo
instance_idYes
project_idYes

Input Schema (JSON Schema)

{ "properties": { "description": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Description" }, "instance_id": { "title": "Instance Id", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" } }, "required": [ "project_id", "instance_id" ], "title": "create_backupArguments", "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