Skip to main content
Glama

LimeSurvey MCP Server

export_statistics

Generate and export survey statistics from LimeSurvey in PDF, XLS, or HTML formats. Specify the survey ID and document type to retrieve detailed insights quickly.

Instructions

Export statistics for a LimeSurvey survey.

Args: sid: The survey ID. document_type: The document type (pdf, xls, html).

Input Schema

NameRequiredDescriptionDefault
document_typeNopdf
sidYes

Input Schema (JSON Schema)

{ "properties": { "document_type": { "default": "pdf", "title": "Document Type", "type": "string" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid" ], "title": "export_statisticsArguments", "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