Skip to content

Drill down & focused checks

Phase 3: Drill down

Tool Purpose
list_findings Filtered, paginated findings with novelty and scope filters
get_finding Single finding detail by short or canonical ID
get_remediation Remediation and explainability for one finding
get_report_section Read report sections; metrics_detail is paginated
evaluate_gates Preview CI gating decisions without mutating state
generate_pr_summary PR-friendly markdown or JSON summary

Phase 4: Focused checks

Narrow queries over a single quality dimension. Cheaper than list_findings when you know which dimension to inspect.

Tool Dimension
check_clones Clone groups
check_complexity Cyclomatic complexity hotspots
check_coupling Afferent/efferent coupling
check_cohesion Module cohesion
check_dead_code Dead code candidates