Check operator availability
check_operator_availabilityVerifies whether documented TouchDesigner operators are creatable in the current build, flagging deprecated or unavailable ones. For a single operator, also lists undocumented live optypes.
Instructions
Reconcile the operator knowledge base against the RUNNING TouchDesigner's ground-truth creatable-optype list (GET /api/optypes). Flags which documented operators are actually creatable in this build vs deprecated/unavailable, and (optionally) which live optypes the knowledge base doesn't yet document. Pass a single operator name to check just that one. Survives TDMCP_BRIDGE_ALLOW_EXEC=0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| operator | No | Optional single operator name/optype to check (e.g. 'noiseTOP' or 'Noise TOP'). Omit to reconcile the whole knowledge base against the live TouchDesigner. | |
| include_kb_gap | No | Also list creatable optypes the live TD exposes that the static knowledge base does not document (build/plugin drift). |