Skip to main content
Glama

CloudStack MCP Server

by phantosmax

list_networks

Discover available networks in the CloudStack MCP Server by filtering based on zone, type, or default status. Manage and query network configurations efficiently.

Instructions

List networks

Input Schema

NameRequiredDescriptionDefault
isdefaultNoFilter by default networks
typeNoNetwork type (Isolated, Shared, L2)
zoneidNoZone ID to filter networks

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "isdefault": { "description": "Filter by default networks", "type": "boolean" }, "type": { "description": "Network type (Isolated, Shared, L2)", "type": "string" }, "zoneid": { "description": "Zone ID to filter networks", "type": "string" } }, "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