Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_firewall_rule

Add a firewall rule to secure CloudStack MCP Server by specifying IP address, protocol, ports, and CIDR list to control incoming and outgoing traffic.

Instructions

Create a firewall rule

Input Schema

NameRequiredDescriptionDefault
cidrlistNoCIDR list (comma-separated)
endportNoEnd port
ipaddressidYesPublic IP address ID
protocolYesProtocol (tcp, udp, icmp)
startportNoStart port

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "cidrlist": { "description": "CIDR list (comma-separated)", "type": "string" }, "endport": { "description": "End port", "type": "number" }, "ipaddressid": { "description": "Public IP address ID", "type": "string" }, "protocol": { "description": "Protocol (tcp, udp, icmp)", "type": "string" }, "startport": { "description": "Start port", "type": "number" } }, "required": [ "ipaddressid", "protocol" ], "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/phantosmax/cloudstack-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server