list_bindings
Enumerate public exports of a FLOX binding surface (C-API, Python, Node, Codon, QuickJS). Use to browse symbols before selection, with optional case-insensitive substring filter.
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
| Name | Required | Description | Default |
|---|---|---|---|
| language | Yes | Binding surface. One of: capi, python, node, codon, quickjs. | |
| filter | No | Optional substring filter on symbol name. | |
| limit | No | Max entries to return. Default 50. |