run_script
Execute a script file immediately for ad-hoc tasks. Provide the filename and optional path or inline content to run it directly without scheduling.
Instructions
Run a script file directly (ad-hoc execution, not via cron).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Sub-directory path, optional | |
| content | No | Optional inline content to execute instead of file content | |
| filename | Yes | Script file name, e.g. mytask.js (required) |