gerbil_list_std_modules
Scan and list available Gerbil standard library modules with optional prefix filtering to help developers discover and reference module paths like :std/text/json or :std/iter.
Instructions
List available Gerbil standard library modules by scanning the installation. Optionally filter by prefix (e.g. "std/text", "std/net", "gerbil"). Returns module paths like :std/text/json, :std/iter, etc.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | Filter modules by prefix (e.g. "std/text", "std/net") |