List installed LimeSurvey themes (best effort)
limesurvey_list_installed_themesLists installed survey themes by combining locally generated packages and themes assigned to visible surveys, without requiring superadmin access.
Instructions
LimeSurvey RemoteControl2 has no official method to enumerate installed survey themes (verified 2026-07-24 against api.limesurvey.org and the LimeSurvey source). This tool combines two best-effort signals instead: generated_packages lists ZIPs/folders already generated locally in LIMESURVEY_THEME_DIR, and themes_in_use lists the distinct template names actually assigned to surveys visible to this account (via list_surveys + get_survey_properties), which works without a superadmin account. Always includes the documented admin-UI fallback for the complete installed-theme list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| survey_scan_limit | No | Maximum number of visible surveys to inspect for their assigned theme. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| workflow | Yes |