Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
QLIK_USER_ID | Yes | Your Qlik Sense username | |
QLIK_PROXY_PORT | No | Port for Proxy API (default: 4243) | 4243 |
QLIK_SERVER_URL | Yes | URL of your Qlik Sense server | |
QLIK_VERIFY_SSL | No | Whether to verify SSL certificates (default: false) | false |
QLIK_ENGINE_PORT | No | Port for Engine API (default: 4747) | 4747 |
QLIK_CA_CERT_PATH | Yes | Absolute path to CA certificate file | |
QLIK_USER_DIRECTORY | Yes | User directory in Qlik Sense (e.g., COMPANY) | |
QLIK_CLIENT_KEY_PATH | Yes | Absolute path to client key file | |
QLIK_REPOSITORY_PORT | No | Port for Repository API (default: 4242) | 4242 |
QLIK_CLIENT_CERT_PATH | Yes | Absolute path to client certificate file |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_apps | Get list of Qlik Sense applications |
get_app_details | Get detailed information about a specific application |
get_users | Get list of users in Qlik Sense |
get_streams | Get list of streams in Qlik Sense |
get_data_connections | Get list of data connections |
get_tasks | Get list of tasks |
start_task | Start execution of a task |
get_extensions | Get list of extensions |
get_content_libraries | Get list of content libraries |
get_app_metadata | Get app metadata via REST API - faster than Engine API for metadata queries |
engine_get_doc_list | Get list of documents via Engine API |
engine_open_app | Open an app via Engine API |
engine_get_script | Get load script from app |
engine_get_fields | Get fields from app |
engine_get_sheets | Get sheets from app |
engine_get_table_data | Get data from specific table or all tables |
engine_get_field_values | Get field values with frequency information |
engine_get_field_statistics | Get comprehensive statistics for a field |
engine_get_data_model | Get complete data model with tables and associations |
engine_create_hypercube | Create hypercube for data analysis |
engine_create_data_export | Export data in various formats (JSON, CSV, simple) |