Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
LOG_LEVEL | No | Logging level (DEBUG, INFO, WARNING, ERROR) | INFO |
QLIK_USER_ID | Yes | User ID for authentication (e.g., your-username) | |
QLIK_PROXY_PORT | No | Proxy API port for authentication | 4243 |
QLIK_SERVER_URL | Yes | Qlik Sense server URL (e.g., https://qlik.company.com) | |
QLIK_VERIFY_SSL | No | Verify SSL certificates (true/false) | true |
QLIK_WS_RETRIES | No | Number of WebSocket connection retry attempts | 2 |
QLIK_WS_TIMEOUT | No | WebSocket connection timeout in seconds | 8.0 |
QLIK_ENGINE_PORT | No | Engine API port for WebSocket connections | 4747 |
QLIK_CA_CERT_PATH | No | Absolute path to CA certificate file (.pem format). If not specified, SSL certificate verification will be disabled | |
QLIK_HTTP_TIMEOUT | No | HTTP request timeout in seconds | 10.0 |
QLIK_USER_DIRECTORY | Yes | User directory for authentication (e.g., COMPANY) | |
QLIK_CLIENT_KEY_PATH | Yes | Absolute path to client private key file (.pem format) | |
QLIK_REPOSITORY_PORT | No | Repository API port | 4242 |
QLIK_CLIENT_CERT_PATH | Yes | Absolute path to client certificate file (.pem format) |
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 with essential fields and filters (name, stream, published) and pagination. |
get_app_details | Get compact application info with filters by guid or name (case-insensitive). Returns metainfo, tables/fields list, master items, sheets and objects with used fields. |
engine_get_script | Get load script from app |
engine_get_field_statistics | Get comprehensive statistics for a field |
engine_create_hypercube | Create hypercube for data analysis |
get_app_field | Return values of a single field from app with pagination and wildcard search (supports * and %). |
get_app_variables | Return variables split by source (script/ui) with pagination and wildcard search. |