list_runtime_libraries
Discover available Algenta runtime libraries by searching module names and exported functions. Returns paginated results with up to 1,000 modules per request, helping you identify the right library before executing it.
Instructions
List the executable Algenta runtime libraries with their engine and public functions — the discovery step before execute_runtime_library. q filters by substring against module names and exported functions. The tool paginates the API for you and returns up to limit modules in one response (default 1000). Read-only. Returns modules, total, count, page, and limit.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| q | No | Substring match against module names and exported functions. | |
| limit | No | Maximum modules to return, up to 1000; defaults to 1000. |