Skip to main content
Glama

LimeSurvey MCP Server

set_group_properties

Configure group properties in LimeSurvey surveys by specifying the group ID and desired properties using the MCP integration.

Instructions

Set LimeSurvey group properties.

Args: gid: The group ID. properties: The properties to set.

Input Schema

NameRequiredDescriptionDefault
gidYes
propertiesYes

Input Schema (JSON Schema)

{ "properties": { "gid": { "title": "Gid", "type": "integer" }, "properties": { "additionalProperties": true, "title": "Properties", "type": "object" } }, "required": [ "gid", "properties" ], "title": "set_group_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