Skip to main content
Glama

LimeSurvey MCP Server

delete_group

Remove a specific group from a LimeSurvey survey by providing the survey ID and group ID to streamline survey management and organization.

Instructions

Delete a group from a LimeSurvey survey.

Args: sid: The survey ID. gid: The group ID.

Input Schema

NameRequiredDescriptionDefault
gidYes
sidYes

Input Schema (JSON Schema)

{ "properties": { "gid": { "title": "Gid", "type": "integer" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "gid" ], "title": "delete_groupArguments", "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