Skip to main content
Glama

LimeSurvey MCP Server

update_response

Modify and update existing survey responses in LimeSurvey by specifying the survey ID, response ID, and updated response data.

Instructions

Update a response in a LimeSurvey survey.

Args: sid: The survey ID. response_id: The response ID. response: The updated response.

Input Schema

NameRequiredDescriptionDefault
responseYes
response_idYes
sidYes

Input Schema (JSON Schema)

{ "properties": { "response": { "additionalProperties": true, "title": "Response", "type": "object" }, "response_id": { "title": "Response Id", "type": "integer" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "response_id", "response" ], "title": "update_responseArguments", "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