Skip to main content
Glama

set_quota_properties

Configure survey response limits by modifying quota properties in LimeSurvey to control data collection parameters.

Instructions

Set LimeSurvey quota properties.

Args: id: The quota ID. properties: The properties to set.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
propertiesYes

Implementation Reference

  • main.py:657-666 (handler)
    The MCP tool handler for 'set_quota_properties'. It retrieves a LimeSurvey client and calls set_quota_properties on it to update the quota with the given ID using the provided properties.
    @mcp.tool() def set_quota_properties(id: int, properties: dict[str, Any]) -> bool: """Set LimeSurvey quota properties. Args: id: The quota ID. properties: The properties to set. """ with get_client() as client: return client.set_quota_properties(id, 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