Skip to main content
Glama

LimeSurvey MCP Server

export_statistics

Export survey statistics in PDF, XLS, or HTML formats from LimeSurvey using the survey ID for streamlined data analysis and reporting.

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