analyze_apps_script_function_dependencies
Analyzes Apps Script function dependencies to determine optimal implementation order, helping you organize code efficiently.
Instructions
Analyze Apps Script function dependencies and suggest optimal implementation order
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| script_id | Yes | Apps Script project ID | |
| depth_limit | No | Maximum dependency analysis depth | |
| target_function | No | Specific function to analyze (optional - analyzes all if not provided) |