Skip to main content
Glama
aptro

Superset MCP Integration

by aptro

superset_explore_form_data_get

Retrieve stored chart configuration data from Apache Superset for chart exploration by providing the form data key.

Instructions

Get form data for chart exploration

Makes a request to the /api/v1/explore/form_data/{key} endpoint to retrieve previously stored chart configuration.

Args: key: Key of the form data to retrieve

Returns: A dictionary with the stored chart configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
keyYes

Implementation Reference

  • The handler function implementing the 'superset_explore_form_data_get' tool. It retrieves previously stored form data for chart exploration from the Superset API endpoint /api/v1/explore/form_data/{key} using the make_api_request helper.
    @mcp.tool() @requires_auth @handle_api_errors async def superset_explore_form_data_get(ctx: Context, key: str) -> Dict[str, Any]: """ Get form data for chart exploration Makes a request to the /api/v1/explore/form_data/{key} endpoint to retrieve previously stored chart configuration. Args: key: Key of the form data to retrieve Returns: A dictionary with the stored chart configuration """ return await make_api_request(ctx, "get", f"/api/v1/explore/form_data/{key}")

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