Create quota
limesurvey_add_quotaCreate a quota for a LimeSurvey survey by specifying survey ID, quota name, and response limit.
Instructions
Create a quota with minimum details.
Calls LimeSurvey RemoteControl method add_quota. Authentication uses the configured service account; do not provide a session key.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Quota redirect URL. | |
| name | Yes | Quota name. | |
| limit | Yes | Maximum responses allowed. | |
| action | No | Quota action. | |
| active | No | Activate the quota immediately. | |
| message | No | Quota message. | |
| survey_id | Yes | Numeric LimeSurvey survey ID. | |
| autoload_url | No | Automatically load the quota URL. | |
| response_format | No | Output format. JSON preserves the complete structured result; Markdown is optimized for reading. | json |
| url_description | No | Quota URL label. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| result | Yes | ||
| truncated | No | ||
| truncation_message | No |