Skip to main content
Glama

LimeSurvey MCP Server

save_responses

Store user response data for LimeSurvey surveys using the specified survey ID and input data, ensuring accurate data management and integration with the MCP client.

Instructions

Save responses for a LimeSurvey survey.

Args: sid: The survey ID. data: The response data to save.

Input Schema

NameRequiredDescriptionDefault
dataYes
sidYes

Input Schema (JSON Schema)

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