add_survey
Create and configure new LimeSurvey surveys using structured data inputs. Simplify survey management in MCP client-integrated environments for streamlined deployment and setup.
Instructions
Add a new LimeSurvey survey.
Args:
survey_data: The survey data.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
survey_data | Yes |
Input Schema (JSON Schema)
{
"properties": {
"survey_data": {
"additionalProperties": true,
"title": "Survey Data",
"type": "object"
}
},
"required": [
"survey_data"
],
"title": "add_surveyArguments",
"type": "object"
}