Skip to main content
Glama

GCP MCP

by henihaddad

list_disks

Retrieve a list of Compute Engine persistent disks in a specified GCP project using project ID. Optionally filter results by zone to manage disk resources effectively.

Instructions

List Compute Engine persistent disks in a GCP project. Args: project_id: The ID of the GCP project to list disks for zone: Optional zone to filter disks (e.g., "us-central1-a") Returns: List of persistent disks in the specified GCP project

Input Schema

NameRequiredDescriptionDefault
project_idYes
zoneNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" }, "zone": { "default": "", "title": "Zone", "type": "string" } }, "required": [ "project_id" ], "title": "list_disksArguments", "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