Skip to main content
Glama

GCP MCP

by henihaddad

list_firewall_rules

Retrieve and filter firewall rules in a GCP project using the specified project ID and optional network name. Simplify network security management by accessing detailed rule information.

Instructions

List firewall rules in a GCP project, optionally filtered by network. Args: project_id: The ID of the GCP project network: Optional network name to filter firewall rules by Returns: List of firewall rules in the specified GCP project

Input Schema

NameRequiredDescriptionDefault
networkNo
project_idYes

Input Schema (JSON Schema)

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