Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_firewall_rule

Define and apply firewall rules on the CloudStack MCP Server by specifying IP address, protocol, ports, and CIDR list to secure network traffic.

Instructions

Create a firewall rule

Input Schema

NameRequiredDescriptionDefault
cidrlistNoCIDR list (comma separated)
endportNoEnd port
ipaddressidYesPublic IP 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 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