Get MCP server and LimeSurvey capability info
limesurvey_get_instance_infoCheck LimeSurvey server configuration: version, host, transport, read-only status, directory existence and writability, and capabilities. Optionally verify live connectivity and authentication.
Instructions
Report server-side configuration without any RemoteControl call by default: server_version, instance_host, transport, read_only, experimental_methods_enabled, configured export/import/theme directories (each with a local exists/writable check), and a capabilities summary. Set probe_instance=true to additionally call list_surveys (connectivity/auth proof, count only) and get_site_settings("versionnumber") — the latter requires a superadmin service account and degrades to permission_level="standard" with instance_version=null otherwise. Call this before relying on file export/import or theming tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| probe_instance | No | Also call list_surveys and get_site_settings to probe live connectivity, auth, and version/permission level. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | ||
| workflow | Yes |