Skip to main content
Glama
aptro

Superset MCP Integration

by aptro

superset_saved_query_create

Create and save SQL queries for later reuse in Apache Superset by providing query data including database ID, schema, SQL text, and display name.

Instructions

Create a new saved query

Makes a request to the /api/v1/saved_query/ POST endpoint to save a SQL query for later reuse.

Args: query_data: Dictionary containing the query information including: - db_id: Database ID - schema: Schema name (optional) - sql: SQL query text - label: Display name for the saved query - description: Optional description of the query

Returns: A dictionary with the created saved query information including its ID

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
query_dataYes

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