Skip to main content
Glama

LimeSurvey MCP Server

add_quota

Create quotas in LimeSurvey surveys by specifying survey ID and quota data to control participant responses or limit survey participation.

Instructions

Add a quota to a LimeSurvey survey.

Args: sid: The survey ID. quota_data: The quota data.

Input Schema

NameRequiredDescriptionDefault
quota_dataYes
sidYes

Input Schema (JSON Schema)

{ "properties": { "quota_data": { "additionalProperties": true, "title": "Quota Data", "type": "object" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "quota_data" ], "title": "add_quotaArguments", "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