Skip to main content
Glama

activate_survey

Activate a LimeSurvey survey by specifying its unique survey ID using the MCP client integration for efficient survey management.

Instructions

Activate a LimeSurvey survey.

Args: sid: The survey ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sidYes

Implementation Reference

  • main.py:402-411 (handler)
    The handler function for the 'activate_survey' tool. It uses the LimeSurvey client to activate a survey given its ID (sid). The @mcp.tool() decorator registers it as an MCP tool.
    @mcp.tool() def activate_survey(sid: int) -> bool: """Activate a LimeSurvey survey. Args: sid: The survey ID. """ with get_client() as client: return client.activate_survey(sid)

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