Skip to main content
Glama

GCP MCP

by henihaddad

list_subnets

Retrieve all subnets within a specified GCP project, with an optional filter by region, to manage and analyze network configurations effectively.

Instructions

List subnets in a GCP project, optionally filtered by region. Args: project_id: The ID of the GCP project region: Optional region to filter subnets by Returns: List of subnets in the specified GCP project

Input Schema

NameRequiredDescriptionDefault
project_idYes
regionNo

Input Schema (JSON Schema)

{ "properties": { "project_id": { "title": "Project Id", "type": "string" }, "region": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Region" } }, "required": [ "project_id" ], "title": "list_subnetsArguments", "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