Skip to main content
Glama

DataWorks MCP Server

by aliyun

CreateMetaCollection

Generate metadata collections for DataWorks by defining name, type, and parent ID, enabling organized data management and categorization for AI-driven cloud operations.

Instructions

创建数据地图集合对象

Input Schema

NameRequiredDescriptionDefault
DescriptionNo集合对象描述
NameYes集合对象名称
ParentIdNo父节点集合对象Id
TypeYes集合类型,可枚举,取值为-Category类目-Album数据专辑-AlbumCategory专辑子类目

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Description": { "description": "集合对象描述", "type": "string" }, "Name": { "description": "集合对象名称", "type": "string" }, "ParentId": { "description": "父节点集合对象Id", "type": "string" }, "Type": { "description": "集合类型,可枚举,取值为-Category类目-Album数据专辑-AlbumCategory专辑子类目", "type": "string" } }, "required": [ "Name", "Type" ], "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