BI Tools (Extended)
Qlik Sense
Section titled “Qlik Sense”| Parameter | Type | Required | Description |
|---|---|---|---|
host |
string | ✅ | Qlik Sense server URL |
operation |
string | ✅ | reload_app, get_apps, export_data |
app_id |
string | ❌ | App ID |
api_key |
string | ❌ | API key or JWT token |
virtual_proxy |
string | ❌ | Virtual proxy prefix |
sheet_id |
string | ❌ | Sheet ID (for export) |
object_id |
string | ❌ | Object ID (for export) |
Apache Superset
Section titled “Apache Superset”| Parameter | Type | Required | Description |
|---|---|---|---|
base_url |
string | ✅ | Superset instance URL |
username |
string | ✅ | Username |
password |
string | ✅ | Password |
operation |
string | ✅ | get_dashboards, export_chart_data, refresh_datasource |
dashboard_id |
string | ❌ | Dashboard ID |
chart_id |
string | ❌ | Chart ID |
datasource_id |
string | ❌ | Datasource ID |
datasource_type |
string | ❌ | Datasource type (default: table) |
Looker Studio
Section titled “Looker Studio”| Parameter | Type | Required | Description |
|---|---|---|---|
operation |
string | ✅ | get_report_link, generate_embed_url |
report_id |
string | ❌ | Report ID |
credentials_json |
string | ❌ | GCP service account JSON (for embed) |
MicroStrategy
Section titled “MicroStrategy”| Parameter | Type | Required | Description |
|---|---|---|---|
base_url |
string | ✅ | MicroStrategy REST API URL |
username |
string | ✅ | Username |
password |
string | ✅ | Password |
operation |
string | ✅ | get_reports, export_report, refresh_cube |
project_id |
string | ❌ | Project ID |
report_id |
string | ❌ | Report ID |
cube_id |
string | ❌ | Cube ID |
export_format |
string | ❌ | Export format: csv, xlsx, pdf |