Illumio MCP Server

add-note

Create and attach a note to Illumio PCE resources for security policy management, workload operations, or compliance tracking. Specify note name and content for clear documentation.

Instructions

Add a new note

Input Schema

NameRequiredDescriptionDefault
contentYes
nameYes

Input Schema (JSON Schema)

{ "properties": { "content": { "type": "string" }, "name": { "type": "string" } }, "required": [ "name", "content" ], "type": "object" }
ID: xhqzxlo9iy