list_capi_functions
Search the exported FLOX C-API surface from the ABI snapshot to get function names, return types, and parameter types. Use it when writing FFI bindings or checking which C symbols are callable.
Instructions
Search the FLOX C-API surface from the committed ABI snapshot. Returns name + return type + parameter types for every exported flox_* function. Use when the user is writing FFI code (Codon, QuickJS, Rust cgo, ctypes) or asks 'what C symbols can I call'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return. Default 50. | |
| filter | No | Optional substring filter on function name. |