get_analytics_status
Check which analytics components are ready for a study, then generate missing or stale ones or read available ones directly, avoiding unnecessary regeneration.
Instructions
Check what analytics have been generated for a study.
Returns the status of each analytics component (qual, quant, QnA, summary, insights, report). Use the result to decide next steps:
If all needed components are present: call the read tools directly.
If analytics are missing or stale: call generate_analytics first (takes 2-5 min), then call the read tools once generation is complete.
Always call this before generate_analytics to avoid re-generating unnecessarily.
Args: study_id: The unique identifier of the study.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |