Skip to main content
Glama

LimeSurvey MCP Server

add_quota

Enhance LimeSurvey surveys by defining and adding quotas using specific survey IDs and quota data, ensuring response limits are managed effectively.

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