disconnect_objects
Remove a connection between two Pure Data objects by providing their source and destination IDs.
Instructions
Remove an existing connection between two Pd objects.
This tool disconnects two objects in the Pure Data patch.
It handles the translation from string IDs to numeric indices
required by the Pure Data patch.
Args:
source_id: ID of the source object
destination_id: ID of the destination object
ctx: MCP context
Returns:
Response with status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source_id | Yes | ||
| destination_id | Yes |