update_interview_guide
Update existing interview guides by replacing content for a specific study section. Use after generating a guide to modify sections without starting from scratch.
Instructions
Replace the interview guide content for a specific section.
Users should FIRST generate a guide using generate_guide, then edit it using this tool if changes are needed. Do NOT write guides from scratch.
Args: study_id: The unique identifier of the study. section_id: The unique identifier of the section/task. guide_content: The full guide content in markdown format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| study_id | Yes | ||
| section_id | Yes | ||
| guide_content | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |