get_project_health
Assess codebase structural health by analyzing coupling, dependency cycles, PageRank, and refactor candidates in a single report for architecture review.
Instructions
Structural health: coupling instability, dependency cycles, PageRank rankings, refactor candidates. Use for architecture review as a single aggregated report. For individual metrics use get_coupling, get_circular_imports, or get_pagerank separately. Read-only. Returns JSON: { coupling, cycles, pagerank, refactorCandidates, hotspots }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||