Skip to main content
Glama

LimeSurvey MCP Server

invite_participants

Send invitations to participants for a LimeSurvey survey by specifying the survey ID and participant tokens. Use this tool to manage survey participation efficiently.

Instructions

Invite participants to a LimeSurvey survey.

Args: sid: The survey ID. tokens: The participant tokens. If None, invite all participants.

Input Schema

NameRequiredDescriptionDefault
sidYes
tokensNo

Input Schema (JSON Schema)

{ "properties": { "sid": { "title": "Sid", "type": "integer" }, "tokens": { "default": null, "items": { "type": "string" }, "title": "Tokens", "type": "array" } }, "required": [ "sid" ], "title": "invite_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