Skip to main content
Glama

LimeSurvey MCP Server

import_cpdb_participants

Transfer participants from the central database to a specified LimeSurvey survey, filtering by specific attributes to streamline survey targeting.

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