Skip to main content
Glama

delete_survey

Remove a LimeSurvey survey by specifying its survey ID to manage survey data and maintain organized survey lists.

Instructions

Delete a LimeSurvey survey.

Args: sid: The survey ID.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sidYes

Implementation Reference

  • main.py:391-399 (handler)
    The handler function for the 'delete_survey' tool. It is registered via the @mcp.tool() decorator and implements the logic to delete a survey by ID using the LimeSurvey client.
    @mcp.tool() def delete_survey(sid: int) -> bool: """Delete a LimeSurvey survey. Args: sid: The survey ID. """ with get_client() as client: return client.delete_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