Skip to main content
Glama

LimeSurvey MCP Server

delete_participants

Remove specified participants from a LimeSurvey survey by providing the survey ID and participant tokens, ensuring efficient data management and compliance.

Instructions

Delete participants from a LimeSurvey survey.

Args: sid: The survey ID. tokens: The participant tokens.

Input Schema

NameRequiredDescriptionDefault
sidYes
tokensYes

Input Schema (JSON Schema)

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