validate_function_consistency
Check consistency between defined menu functions and their actual implementations to prevent runtime errors in Apps Script projects. Optionally auto-generate missing stubs and scan triggers or buttons.
Instructions
Validate consistency between menu functions and implementations to prevent runtime errors
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | Apps Script project ID | |
| auto_generate_stubs | No | Auto-generate missing function stubs | |
| include_advanced_scan | No | Include triggers, buttons, and other function references |