execute_js_functions
Execute multiple JavaScript functions in a single tool call, returning results or confirming side effects. Useful for batch operations in Appsmith app building.
Instructions
Execute multiple JS functions in one tool call. Each entry is {"js_object_id", "function_name"}. Returns each result if the eval tree captured it; otherwise
reports that the dispatch fired but no value surfaced (function may still have run
for its side effects).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executions | Yes |