delete_object
Deletes a Pure Data object from the patch by its ID and removes its tracking index entry to maintain consistency.
Instructions
Delete a Pd object.
This tool removes an existing object from the Pure Data patch.
It also removes the object's entry from the index tracking system
to maintain consistency.
Args:
object_id: ID of the object to delete
ctx: MCP context
Returns:
Response with status
Example:
delete_object("osc~_100_100", ctx)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| object_id | Yes |