Skip to main content
Glama

LimeSurvey MCP Server

import_cpdb_participants

Enables importing participants into LimeSurvey from a central database using specific survey IDs and attribute filters for targeted data integration.

Instructions

Import participants from the central participant database.

Args: sid: The survey ID. attributes: The attributes to filter participants.

Input Schema

NameRequiredDescriptionDefault
attributesYes
sidYes

Input Schema (JSON Schema)

{ "properties": { "attributes": { "additionalProperties": true, "title": "Attributes", "type": "object" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "attributes" ], "title": "import_cpdb_participantsArguments", "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