get_health_score_tool
Calculate a 0-100 health score from code scan metrics, with deductions for duplicate code, dead code, god files, and circular dependencies, and append the result to health history.
Instructions
Compute a 0-100 health score from scan metrics and append to health_history.
Scoring deductions: duplicate ratio (-30 max), dead code ratio (-30 max), god files (-20 max), circular deps (-20 max).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_path | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||