Tools
Standalone utilities shipped under dedicated @scenario-labs/sdk/tools/* subpaths.
Beyond the enhanced resource methods, the SDK ships a small set of standalone tools under dedicated @scenario-labs/sdk/tools/* subpaths. Unlike the enhanced resources, these are not attached to the client instance and are not part of the default entry point — you import each one explicitly from its own subpath.
They exist so that shared logic (e.g. expression evaluation) behaves identically across the Scenario backend, frontend, and MCP server.
Available tools
Section titled “Available tools”| Tool | Import | Purpose |
|---|---|---|
| CEL Utilities | @scenario-labs/sdk/tools/cel | Shared CEL (Common Expression Language) evaluation environment for workflow transform expressions. |