execute_script_function
Execute functions in Google Apps Script projects to automate workflows and process data within Google Sheets and other Google Workspace applications.
Instructions
Execute a function in a Google Apps Script project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| function_name | Yes | Name of the Apps Script function to execute | |
| parameters | No | Parameters to pass to the function | |
| dev_mode | No | Whether to use development mode (default: false) |