Skip to main content
Glama

LimeSurvey MCP Server

set_participant_properties

Configure participant properties in LimeSurvey by specifying token, survey ID, and desired attributes for streamlined survey management.

Instructions

Set LimeSurvey participant properties.

Args: token: The participant token. sid: The survey ID. properties: The properties to set.

Input Schema

NameRequiredDescriptionDefault
propertiesYes
sidYes
tokenYes

Input Schema (JSON Schema)

{ "properties": { "properties": { "additionalProperties": true, "title": "Properties", "type": "object" }, "sid": { "title": "Sid", "type": "integer" }, "token": { "title": "Token", "type": "string" } }, "required": [ "token", "sid", "properties" ], "title": "set_participant_propertiesArguments", "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