| name | tapps-score |
| description | Score a Python file across 7 quality categories and display a structured report. |
| mcp_tools | ["tapps_score_file","tapps_quick_check"] |
Score the specified Python file using TappsMCP:
- Call
tapps_quick_check with the file path to get an instant score
- If the score is below 80, call
tapps_score_file for the full 7-category breakdown
- Present the results in a table: category, score (0-100), top issue per category
- Highlight any category scoring below 70 as a priority fix
- Suggest the single highest-impact change the developer can make