get_sections
List all sections in a study with their names, types, and IDs. Use the returned section_ids to manage tasks or generate interview guides.
Instructions
List all sections (tasks) in a study with their types, names, and IDs.
Use this to find section_id values needed for get_section, update_section, delete_section, generate_guide, and update_interview_guide.
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 |