Skip to main content
Glama

DataWorks MCP Server

by aliyun

UpdateMetaCollection

Update metadata collection objects in DataWorks MCP Server by modifying ID, name, description, or administrator lists, ensuring accurate and up-to-date resource management.

Instructions

更新数据地图集合对象

Input Schema

NameRequiredDescriptionDefault
AdministratorsNo集合管理员ID列表,仅专辑类型支持,要求管理员为同租户下账号
DescriptionNo更新后的集合描述
IdYes集合对象ID
NameNo更新后的集合名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Administrators": { "description": "集合管理员ID列表,仅专辑类型支持,要求管理员为同租户下账号", "items": { "type": "string" }, "type": "array" }, "Description": { "description": "更新后的集合描述", "type": "string" }, "Id": { "description": "集合对象ID", "type": "string" }, "Name": { "description": "更新后的集合名称", "type": "string" } }, "required": [ "Id" ], "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