Skip to main content
Glama

LimeSurvey MCP Server

copy_survey

Duplicate a LimeSurvey survey by specifying the source survey ID and assigning a new name for the copy, streamlining survey replication processes.

Instructions

Copy a LimeSurvey survey.

Args: sid: The source survey ID. new_name: The name for the new survey.

Input Schema

NameRequiredDescriptionDefault
new_nameYes
sidYes

Input Schema (JSON Schema)

{ "properties": { "new_name": { "title": "New Name", "type": "string" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "new_name" ], "title": "copy_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