Check operator availability
check_operator_availabilityVerifies if a specified operator is creatable in the running TouchDesigner instance, reconciling the knowledge base with live optypes. Also identifies undocumented operators.
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). |