Skip to main content
Glama

Illumio MCP Server

by alexgoller

update-workload

Modify a workload's configuration in Illumio PCE by updating its name, IP addresses, or labels via the Illumio MCP Server for enhanced security policy and compliance management.

Instructions

Update a workload in the PCE

Input Schema

NameRequiredDescriptionDefault
ip_addressesYes
labelsNo
nameYes

Input Schema (JSON Schema)

{ "properties": { "ip_addresses": { "items": { "type": "string" }, "type": "array" }, "labels": { "items": { "key": { "type": "string" }, "value": { "type": "string" } }, "type": "array" }, "name": { "type": "string" } }, "required": [ "name", "ip_addresses" ], "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/alexgoller/illumio-mcp-server'

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