get_study_summary
Retrieve a formatted, human-readable summary of a study, showing status, objectives, target persona, and sections. Use to present study details after creation or modification.
Instructions
Get a formatted, human-readable summary of a study.
Use this to present study details to the user after creation or modification. Do NOT use this for programmatic field access — use get_study instead.
Returns: Formatted text showing study name, status, objectives, target persona, and a list of all sections with their types and names.
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 |