get_util
Retrieve a shared utility function's full definition (group, parameters, body) for use in automation steps.
Instructions
Get a shared utility function's full definition (groupName + params + body). A step calling it uses kind: groupName, method: name -- see add_step's own stepSchema doc.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| project | No | Path to the project root (same folder the side panel connects to). Defaults to the EASYSPEC_PROJECT environment variable if omitted. |