mmar_create_port_instance
Creates a new port instance inside a scene instance by supplying the scene UUID and port instance data (uuid, name, coordinates, attribute instances).
Instructions
Create a new port instance within a scene instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| port_instance_data | Yes | JSON string of the PortInstance data including uuid, name, coordinates, and attribute instances | |
| scene_instance_uuid | Yes | The UUID of the SceneInstance to add the port to |