Skip to main content
Glama

LimeSurvey MCP Server

export_timeline

Extract and export survey activity data within a specified date range for LimeSurvey using the survey ID. Facilitates timeline analysis for survey responses.

Instructions

Export timeline for a LimeSurvey survey.

Args: sid: The survey ID. start_date: The start date (YYYY-MM-DD). end_date: The end date (YYYY-MM-DD).

Input Schema

NameRequiredDescriptionDefault
end_dateNo
sidYes
start_dateNo

Input Schema (JSON Schema)

{ "properties": { "end_date": { "default": null, "title": "End Date", "type": "string" }, "sid": { "title": "Sid", "type": "integer" }, "start_date": { "default": null, "title": "Start Date", "type": "string" } }, "required": [ "sid" ], "title": "export_timelineArguments", "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