list_capi_functions
Search the FLOX C-API ABI snapshot to list exported flox_* functions with their return and parameter types. Use it to identify available C symbols when writing FFI code.
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
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max entries to return. Default 50. | |
| filter | No | Optional substring filter on function name. |