Skip to main content
Glama

Superset MCP Server

by LiusCraft

list-fields

Retrieve the field list of a specified table in a database using the schema and table name, enabling structured data exploration and query preparation.

Instructions

获取指定表的字段列表

Input Schema

NameRequiredDescriptionDefault
databaseIdYes数据库ID
schemaYesSchema名称
tableNameYes表名

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" }, "tableName": { "description": "表名", "type": "string" } }, "required": [ "databaseId", "schema", "tableName" ], "type": "object" }

You must be authenticated.

Other Tools from Superset MCP Server

Related Tools

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

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