execute_runtime_library
Execute one local-runtime Mojo library function by module and function name. Pass args as either a JSON object, array, scalar, or null. This surface is local/runtime-backed only and does not route through hosted data/query APIs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| args | No | JSON-serializable args payload. May be an object, array, scalar, or null. | |
| module | Yes | Canonical runtime module name, including dotted names. | |
| function | Yes | Function name exposed by the runtime module. | |
| request_id | No | Optional stable request identifier for traceability. |