list_bindings
Enumerate public exports of a FLOX binding surface (C-API, Python, Node, Codon, QuickJS). Filter by name to browse available symbols before selecting one.
Instructions
Enumerate the public exports of one FLOX binding surface (C-API / Python / Node / Codon / QuickJS). Use this when the user asks 'what does the {Python|Node|Codon} binding expose?' or when they want to browse a binding before picking a symbol. Substring filter is case-insensitive.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return. Default 50. | |
| filter | No | Optional substring filter on symbol name. | |
| language | Yes | Binding surface. One of: capi, python, cpp, capi, python, node, codon, quickjs. |