Run Script Function
run_script_functionExecute a specific function in a deployed Google Apps Script project, with optional parameters and the ability to run the latest code instead of the deployed version.
Instructions
Executes a function in a deployed script.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_google_email | Yes | User's email address | |
| script_id | Yes | The script project ID | |
| function_name | Yes | Name of function to execute | |
| parameters | No | Optional list of parameters to pass | |
| dev_mode | No | Whether to run latest code vs deployed version |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |