Skip to main content
Glama

LimeSurvey MCP Server

import_survey

Enable LimeSurvey survey import by processing base64-encoded survey files and specifying survey names for efficient survey management within the MCP client.

Instructions

Import a LimeSurvey survey.

Args: survey_file: The survey file content (base64 encoded). survey_name: The name for the imported survey.

Input Schema

NameRequiredDescriptionDefault
survey_fileYes
survey_nameNo

Input Schema (JSON Schema)

{ "properties": { "survey_file": { "title": "Survey File", "type": "string" }, "survey_name": { "default": null, "title": "Survey Name", "type": "string" } }, "required": [ "survey_file" ], "title": "import_surveyArguments", "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