Skip to main content
Glama

add_language

Add a supported language to a specific LimeSurvey survey by providing the survey ID and language code for expanded multilingual functionality.

Instructions

Add a language to a LimeSurvey survey.

Args: sid: The survey ID. language: The language code.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
languageYes
sidYes

Implementation Reference

  • main.py:522-532 (handler)
    The handler function for the 'add_language' tool. It is registered via @mcp.tool() decorator and implements the logic to add a language to a specified LimeSurvey survey by delegating to the citric Client.
    @mcp.tool() def add_language(sid: int, language: str) -> bool: """Add a language to a LimeSurvey survey. Args: sid: The survey ID. language: The language code. """ with get_client() as client: return client.add_language(sid, language)

Latest Blog Posts

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