Skip to main content
Glama

set_group_properties

Configure group properties in LimeSurvey by specifying the group ID and desired properties. Simplify survey management with direct property updates.

Instructions

Set LimeSurvey group properties.

Args: gid: The group ID. properties: The properties to set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
gidYes
propertiesYes

Implementation Reference

  • main.py:461-471 (handler)
    The handler function for the 'set_group_properties' MCP tool, registered via the @mcp.tool() decorator. It executes the tool logic by calling the LimeSurvey client's set_group_properties method using a context-managed client instance.
    @mcp.tool() def set_group_properties(gid: int, properties: dict[str, Any]) -> bool: """Set LimeSurvey group properties. Args: gid: The group ID. properties: The properties to set. """ with get_client() as client: return client.set_group_properties(gid, properties)

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