Skip to main content
Glama

GCP MCP

by henihaddad

create_snapshot

Create snapshots of Compute Engine disks in GCP by specifying project, zone, disk name, and snapshot details to enable efficient backups and data recovery.

Instructions

Create a snapshot of a Compute Engine disk. Args: project_id: The ID of the GCP project zone: The zone where the disk is located (e.g., "us-central1-a") disk_name: The name of the disk to snapshot snapshot_name: The name for the new snapshot description: Optional description for the snapshot Returns: Status message indicating whether the snapshot was created successfully

Input Schema

NameRequiredDescriptionDefault
descriptionNo
disk_nameYes
project_idYes
snapshot_nameYes
zoneYes

Input Schema (JSON Schema)

{ "properties": { "description": { "default": "", "title": "Description", "type": "string" }, "disk_name": { "title": "Disk Name", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "snapshot_name": { "title": "Snapshot Name", "type": "string" }, "zone": { "title": "Zone", "type": "string" } }, "required": [ "project_id", "zone", "disk_name", "snapshot_name" ], "title": "create_snapshotArguments", "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