Skip to main content
Glama

LimeSurvey MCP Server

download_files

Retrieve survey files from LimeSurvey by specifying a survey ID and optional file ID. Use this tool to download specific files or all files associated with a survey.

Instructions

Download files from a LimeSurvey survey.

Args:
    sid: The survey ID.
    file_id: The file ID. If None, download all files.

Input Schema

NameRequiredDescriptionDefault
file_idNo
sidYes

Input Schema (JSON Schema)

{ "properties": { "file_id": { "default": null, "title": "File Id", "type": "integer" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid" ], "title": "download_filesArguments", "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