Skip to main content
Glama

LimeSurvey MCP Server

upload_file

Transfer files to a LimeSurvey survey by specifying survey ID, file content in base64, and file name. Simplify data management and integration with MCP Client.

Instructions

Upload a file to a LimeSurvey survey.

Args: sid: The survey ID. file_content: The file content (base64 encoded). file_name: The file name.

Input Schema

NameRequiredDescriptionDefault
file_contentYes
file_nameYes
sidYes

Input Schema (JSON Schema)

{ "properties": { "file_content": { "title": "File Content", "type": "string" }, "file_name": { "title": "File Name", "type": "string" }, "sid": { "title": "Sid", "type": "integer" } }, "required": [ "sid", "file_content", "file_name" ], "title": "upload_fileArguments", "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