Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_response | Add a response to a LimeSurvey survey. |
| add_responses | Add multiple responses to a LimeSurvey survey. |
| update_response | Update a response in a LimeSurvey survey. |
| delete_response | Delete a response from a LimeSurvey survey. |
| save_responses | Save responses for a LimeSurvey survey. |
| export_responses | Export responses from a LimeSurvey survey. |
| export_statistics | Export statistics for a LimeSurvey survey. |
| export_timeline | Export timeline for a LimeSurvey survey. |
| add_survey | Add a new LimeSurvey survey. |
| copy_survey | Copy a LimeSurvey survey. |
| delete_survey | Delete a LimeSurvey survey. |
| activate_survey | Activate a LimeSurvey survey. |
| import_survey | Import a LimeSurvey survey. |
| set_survey_properties | Set LimeSurvey survey properties. |
| add_group | Add a group to a LimeSurvey survey. |
| delete_group | Delete a group from a LimeSurvey survey. |
| set_group_properties | Set LimeSurvey group properties. |
| import_group | Import a group to a LimeSurvey survey. |
| delete_question | Delete a question from a LimeSurvey survey. |
| set_question_properties | Set LimeSurvey question properties. |
| import_question | Import a question to a LimeSurvey survey. |
| add_language | Add a language to a LimeSurvey survey. |
| delete_language | Delete a language from a LimeSurvey survey. |
| set_language_properties | Set LimeSurvey language properties. |
| add_participants | Add participants to a LimeSurvey survey. |
| delete_participants | Delete participants from a LimeSurvey survey. |
| invite_participants | Invite participants to a LimeSurvey survey. |
| set_participant_properties | Set LimeSurvey participant properties. |
| import_cpdb_participants | Import participants from the central participant database. |
| activate_tokens | Activate tokens for a LimeSurvey survey. |
| add_quota | Add a quota to a LimeSurvey survey. |
| delete_quota | Delete a LimeSurvey quota. |
| set_quota_properties | Set LimeSurvey quota properties. |
| upload_file | Upload a file to a LimeSurvey survey. |
| download_files | Download files from a LimeSurvey survey. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| summarize_survey_statistics_and_timeline | Summarize survey statistics and submission timeline for analysis. Args: sid: The survey ID to analyze. days_back: Number of days back from today to analyze. Defaults to 30. Returns: A concise summary of survey statistics and timeline data. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| survey:// | |
| survey-group:// | |
| language:// | |
| language://default | |
| server://version | |
| server://db_version | |
| server://site_name | |
| server://users |