Skip to main content
Glama

CloudStack MCP Server

by phantosmax

create_security_group_rule

Add an ingress rule to a security group by specifying the protocol, port range, and CIDR list. Enables controlled access to resources in CloudStack MCP Server.

Instructions

Create a security group ingress rule

Input Schema

NameRequiredDescriptionDefault
cidrlistNoCIDR list
endportNoEnd port
protocolYesProtocol (TCP, UDP, ICMP)
securitygroupidYesSecurity group ID
startportNoStart port

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "cidrlist": { "description": "CIDR list", "type": "string" }, "endport": { "description": "End port", "type": "number" }, "protocol": { "description": "Protocol (TCP, UDP, ICMP)", "type": "string" }, "securitygroupid": { "description": "Security group ID", "type": "string" }, "startport": { "description": "Start port", "type": "number" } }, "required": [ "securitygroupid", "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