Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPERSET_URLYesThe URL of the Apache Superset instance (e.g., http://your-superset-host:8088).
SUPERSET_PASSWORDYesYour password for accessing the Superset instance.
SUPERSET_USERNAMEYesYour username for accessing the Superset instance.

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
logging
{}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_dashboardsB

List dashboards. Optionally filter by title with search.

get_dashboardB

Get a single dashboard by ID or slug.

get_dashboard_chartsB

Get all charts in a dashboard.

get_dashboard_datasetsB

Get all datasets used by a dashboard.

create_dashboardC

Create a new dashboard.

update_dashboardC

Update an existing dashboard.

delete_dashboardC

Delete a dashboard by ID.

copy_dashboardC

Create a copy of a dashboard.

publish_dashboardC

Set a dashboard as published.

list_chartsC

List charts. Optionally filter by name.

get_chartC

Get a chart by ID or UUID.

create_chartC

Create a new chart.

update_chartC

Update a chart's properties.

delete_chartC

Delete a chart by ID.

get_chart_dataC

Fetch the latest data for a chart.

list_datasetsC

List datasets (virtual or physical tables).

get_datasetB

Get a dataset by ID or UUID.

create_datasetB

Create a dataset from a table or SQL query.

get_or_create_datasetB

Get an existing dataset or create it if it doesn't exist.

update_datasetC

Update a dataset's properties.

refresh_datasetC

Refresh the dataset's columns and metrics from the source.

delete_datasetB

Delete a dataset by ID.

get_dataset_related_objectsC

Get charts and dashboards using this dataset.

list_databasesB

List all database connections configured in Superset.

get_databaseB

Get a database connection by ID.

list_schemasB

List all schemas in a database.

list_tablesB

List tables in a database schema.

get_table_metadataC

Get column metadata for a table.

get_select_starC

Get a SELECT * query for a table (with schema).

execute_sqlB

Execute a SQL query and return results.

format_sqlB

Format/pretty-print a SQL query.

estimate_query_costC

Estimate the cost of running a SQL query (supported databases only).

list_saved_queriesB

List saved SQL queries.

save_queryC

Save a SQL query.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/thedeceptio/superset-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server