Analyzes Python code and provides guided refactoring suggestions without automatically modifying code.
| Tool name | Description | Destructive? |
|---|---|---|
| analyze_python_code | Comprehensive Python code analysis with guided refactoring suggestions | ✓ no |
| extract_function | Extract method refactoring with guide or apply modes | ✓ no |
| quick_analyze | Fast analysis for immediate refactoring opportunities | ✓ no |
| check_types_with_pyrefly | Advanced type checking and quality analysis | ✓ no |