Create survey
limesurvey_add_surveyCreate a new empty survey by specifying a title and base language. Optionally set the question display format.
Instructions
Create an empty survey with minimum settings.
Calls LimeSurvey RemoteControl method add_survey. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the new survey. | |
| format | No | Question display format: all, group-by-group, or single question. | |
| language | Yes | Base language code for the survey. | |
| survey_id | Yes | Desired survey ID. Use 0 to let LimeSurvey choose. | |
| 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 |