get_project_health
Retrieve a single aggregated report of structural health metrics: coupling, dependency cycles, PageRank, refactor candidates, and hotspots 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 | |||