gerbil_module_exports
List exported symbols from a Gerbil Scheme module to identify available functions and variables for use in code.
Instructions
List all exported symbols from a Gerbil module. Example: module_path ":std/text/json" returns read-json, write-json, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| module_path | Yes | Module path (e.g. ":std/text/json", ":std/sugar", ":std/iter") |