Skip to main content
Glama

LimeSurvey MCP Server

add_responses

Bulk-add multiple survey responses to a LimeSurvey survey using the survey ID and response data for efficient data management.

Instructions

Add multiple responses to a LimeSurvey survey.

Args:
    sid: The survey ID.
    responses: The responses to add.

Input Schema

NameRequiredDescriptionDefault
responsesYes
sidYes

Input Schema (JSON Schema)

{ "properties": { "responses": { "items": { "additionalProperties": true, "type": "object" }, "title": "Responses", "type": "array" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "responses" ], "title": "add_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