get_analysis_status
Monitor the progress of a codebase analysis. Check if analysis is still running and see the current phase and completion percentage.
Instructions
Get the current analysis status and progress.
Use this to:
Poll progress during long-running analysis (started by analyze_project)
Check if analysis is still running before making queries
See which phase is active (discovery, indexing, analysis, enrichment, validation)
Returns: { running: boolean, phase: string, progress: number, error: string | null }
Call this periodically after analyze_project to monitor progress.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||