script_edit_function
Modify a specific function's source code in Google Apps Script without affecting other parts of the script. Use this tool to update individual functions while maintaining script integrity.
Instructions
Replace a specific function's source code. Only that function is modified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | ||
| function_name | Yes | ||
| new_source | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |