Skip to main content
Glama

LimeSurvey MCP Server

import_group

Add a new group to a LimeSurvey survey by uploading a base64 encoded group file and specifying a survey ID. Simplify survey structure management with this MCP tool.

Instructions

Import a group to a LimeSurvey survey.

Args: sid: The survey ID. group_file: The group file content (base64 encoded). group_name: The name for the imported group.

Input Schema

NameRequiredDescriptionDefault
group_fileYes
group_nameNo
sidYes

Input Schema (JSON Schema)

{ "properties": { "group_file": { "title": "Group File", "type": "string" }, "group_name": { "default": null, "title": "Group Name", "type": "string" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "group_file" ], "title": "import_groupArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/edgarrmondragon/limesurvey-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server