Create question group
limesurvey_add_groupAdd an empty question group to a LimeSurvey survey. Specify the survey ID, group title, and optional description.
Instructions
Add an empty question group to a survey.
Calls LimeSurvey RemoteControl method add_group. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Question-group title. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| description | No | Question-group description. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |