bridge_router_call
Call any TouchDesigner router method directly as an escape hatch for untyped or custom operations. Destructive methods stay gated by safe mode.
Instructions
Raw router call for ANY router method (escape hatch; prefer the typed tools). Destructive methods stay gated by safe mode.
method (<class 'str'>): Router method name (e.g. 'node.get').
params (dict[str, typing.Any]): Method parameters as a dict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| params | No |