td_delete_node
Delete a node in TouchDesigner by providing its absolute path (e.g., '/project1/noise1').
Instructions
Delete a node by its absolute path.
v1.4.6 Bug A PoC: explicit-args signature instead of the old
params: DeleteNodeInput wrapper. FastMCP wraps params: Model
signatures under a params: {"$ref": ...} property that MCP clients
collapse to an opaque {}. Explicit args produce a flat schema the
client can render directly — callers see path as a required
string with description and min_length instead of having to guess.
The Annotated[str, Field(...)] pattern carries the same validation
the old Pydantic model had.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path of the node to delete (e.g. '/project1/noise1') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |