Skip to main content
Glama

LimeSurvey MCP Server

export_responses

Extract survey responses in desired format (CSV, JSON) and language using specified heading types for efficient data analysis and reporting.

Instructions

Export responses from a LimeSurvey survey.

Args: sid: The survey ID. file_format: The format to export (csv, json, etc). language: The language to export (en, es, etc). heading_type: The type of heading to export (code, full, abbreviated).

Input Schema

NameRequiredDescriptionDefault
file_formatNocsv
heading_typeNocode
languageNo
sidYes

Input Schema (JSON Schema)

{ "properties": { "file_format": { "default": "csv", "title": "File Format", "type": "string" }, "heading_type": { "default": "code", "title": "Heading Type", "type": "string" }, "language": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Language" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid" ], "title": "export_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