run_script_function_tool
Execute functions in deployed Google Apps Script projects by providing script ID and function name, enabling remote automation and integration.
Instructions
Execute a function in a deployed script.
Note: Requires the script to be deployed as "API Executable" in the Apps Script editor. See README for setup instructions.
Args: script_id: The script project ID function_name: Name of function to execute parameters: Optional list of parameters to pass to the function dev_mode: If True, run latest code; if False, run deployed version
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | ||
| function_name | Yes | ||
| parameters | No | ||
| dev_mode | No |