codacy_overview
Get issue counts by quality category and aggregated overview with pie charts to pinpoint the highest-impact problem areas.
Instructions
[INSTRUCTIONS] Returns category-level counts — use these to identify which category has the most issues, then drill down with codacy_issues.list filtering by that category.
Get issue count breakdown by quality category (Security, Performance, CodeStyle, etc.).. Select operation via the action parameter. Actions: categories, issues
Workflow:
'categories': [INSTRUCTIONS] Returns category-level counts — use these to identify which category has the most issues, then drill down with codacy_issues.list filtering by that category.
Get issue count breakdown by quality category (Security, Performance, CodeStyle, etc.).
'issues': [INSTRUCTIONS] Returns server-rendered ECharts pie charts. Do NOT try to recalculate or re-render — present them as-is. Use the breakdown to identify highest-impact areas, then drill down with codacy_issues.list using appropriate filters.
Get aggregated issue overview with server-rendered pie charts by category and severity. [Cache-Control: no-store]
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | Yes | Which operation to perform | |
| provider | No | Git provider. For: categories, issues | |
| branchName | No | Branch name. For: issues | |
| repository | No | Repository name. For: categories, issues | |
| organization | No | Organization name. For: categories, issues |