Skip to main content
Glama
aptro

Superset MCP Integration

by aptro

superset_dataset_create

Create datasets in Apache Superset from existing database tables or views to enable data visualization and analysis.

Instructions

Create a new dataset in Superset

Makes a request to the /api/v1/dataset/ POST endpoint to create a new dataset from an existing database table or view.

Args: table_name: Name of the physical table in the database database_id: ID of the database where the table exists schema: Optional database schema name where the table is located owners: Optional list of user IDs who should own this dataset

Returns: A dictionary with the created dataset information including its ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_nameYes
database_idYes
schemaNo
ownersNo

Other Tools

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/aptro/superset-mcp'

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