get_study_report
Fetch the complete study report combining qualitative insights, quantitative data, Q&A analysis, and recommendations. Ensure it is generated first via generate_study_report.
Instructions
Retrieve the full comprehensive study report combining all analytics.
This report must be generated first using generate_study_report. Call get_analytics_status to verify the report component exists before fetching.
If this returns empty or a "not found" response, the report has not been generated yet. Recovery path:
Call get_analytics_status — if analytics components are missing, call generate_analytics first and wait for completion.
Then call generate_study_report (takes 3-5 min), polling get_analytics_status until the report component shows complete.
Then call this tool again to retrieve the result.
Returns: Complete report document in markdown/structured format covering qualitative insights, quantitative data, Q&A analysis, and recommendations.
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 |