Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListTables

Query and retrieve a list of data tables from the DataWorks data map. Specify parameters like parent entity ID, sorting, and filters to organize table results efficiently.

Instructions

查询数据地图数据表列表

Input Schema

NameRequiredDescriptionDefault
CommentNo注释,模糊匹配
NameNo名称,模糊匹配
OrderNo排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
ParentMetaEntityIdYes父层级元数据实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。-可以为所属数据库ID,格式为`${EntityType}:${实例ID或转义后的URL}:${数据目录名称}:${数据库名称}`,对于不存在的层级置空-对于支持schema的数据库类型(`maxcompute/holo/postgresql/sqlserver/hybriddb_for_postgresql/oracle`),除所属数据库外,也可为所属数据库模式ID(可选),格式为`${EntityType}:${实例ID或转义后的URL}:${数据目录名称}:${数据库名称}:${模式名称}`,对于不存在的层级置空>对于MaxCompute和DLF类型,此处的实例ID即为主账号ID。>对于MaxCompute类型,此处的数据库名称即为MaxCompute项目名称
SortByNo排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称-TableType表类型
TableTypesNo查询的表类型列表,为空时查询所有类型

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Comment": { "description": "注释,模糊匹配", "type": "string" }, "Name": { "description": "名称,模糊匹配", "type": "string" }, "Order": { "description": "排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序", "type": "string" }, "PageNumber": { "description": "分页页码,默认为1" }, "PageSize": { "description": "分页大小,默认为10,最大为100" }, "ParentMetaEntityId": { "description": "父层级元数据实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。-可以为所属数据库ID,格式为`${EntityType}:${实例ID或转义后的URL}:${数据目录名称}:${数据库名称}`,对于不存在的层级置空-对于支持schema的数据库类型(`maxcompute/holo/postgresql/sqlserver/hybriddb_for_postgresql/oracle`),除所属数据库外,也可为所属数据库模式ID(可选),格式为`${EntityType}:${实例ID或转义后的URL}:${数据目录名称}:${数据库名称}:${模式名称}`,对于不存在的层级置空>对于MaxCompute和DLF类型,此处的实例ID即为主账号ID。>对于MaxCompute类型,此处的数据库名称即为MaxCompute项目名称", "type": "string" }, "SortBy": { "description": "排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称-TableType表类型", "type": "string" }, "TableTypes": { "description": "查询的表类型列表,为空时查询所有类型", "items": { "type": "string" }, "type": "array" } }, "required": [ "ParentMetaEntityId" ], "type": "object" }
Install Server

Other Tools from DataWorks 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/aliyun/alibabacloud-dataworks-mcp-server'

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