list_capi_functions
Search the FLOX C-API surface to list exported flox_* functions with their signatures. Helps identify available C symbols for FFI coding.
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 |
|---|---|---|---|
| filter | No | Optional substring filter on function name. | |
| limit | No | Max entries to return. Default 50. |