Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListDatabases

Retrieve and manage a list of databases within a specified parent entity using customizable filters, sorting, and pagination for efficient data organization and access.

Instructions

查询数据地图数据库列表

Input Schema

NameRequiredDescriptionDefault
CommentNo注释,模糊匹配
NameNo名称,模糊匹配
OrderNo排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
ParentMetaEntityIdYes父层级实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。父层级实体类型参考ListCrawlerTypes接口-如果父层级实体为数据目录,此处为数据目录ID-如果父层级实体为元数据采集器实体,ID格式为`${CrawlerType}:${实例ID或转义后的URL}`
SortByNo排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称

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~~)。父层级实体类型参考ListCrawlerTypes接口-如果父层级实体为数据目录,此处为数据目录ID-如果父层级实体为元数据采集器实体,ID格式为`${CrawlerType}:${实例ID或转义后的URL}`", "type": "string" }, "SortBy": { "description": "排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称", "type": "string" } }, "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