list_capi_functions
Search the FLOX C-API to list exported function names, return types, and parameters. Use when writing FFI code or checking available C symbols.
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. |