create_section
Add a new section to a UX research study, specifying its type and position, to structure testing of prototypes, concepts, interviews, or live products.
Instructions
Add a new section to a study.
REQUIRED NEXT STEPS after calling this — do not skip:
Call update_section to set the section's name and description.
Call generate_guide to create the AI interview guide.
Present the generated guide to the user for review.
SECTION TYPES:
"prototype": Testing interactive Figma prototypes
"conceptTesting": Feedback on mockups or early-stage concepts
"voiceInterview": Open-ended discussion, no visual stimulus
"liveProductResearch": Testing against a live product URL
Returns: New section object with id, type, and index.
Args: study_id: The unique identifier of the study. section_type: One of 'prototype', 'conceptTesting', 'voiceInterview', 'liveProductResearch'. index: Zero-based position for the new section (default: 0).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| index | No | ||
| study_id | Yes | ||
| section_type | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |