Superset MCP Server

by LiusCraft
Verified

list-tables

Retrieve a list of tables from a specified database in Apache Superset using the database ID and optional schema name, enabling efficient database exploration.

Instructions

获取指定数据库的表列表

Input Schema

NameRequiredDescriptionDefault
databaseIdYes数据库ID
schemaNoSchema名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "databaseId": { "description": "数据库ID", "type": "number" }, "schema": { "description": "Schema名称", "type": "string" } }, "required": [ "databaseId" ], "type": "object" }

You must be authenticated.

Other Tools from Superset MCP Server

Related Tools

ID: kbjultcbfn