Skip to main content
Glama

DataWorks MCP Server

by aliyun

UpdateResource

Modify and update data development file resources in DataWorks, specifying FlowSpec details and providing file streams or publicly accessible OSS download links for streamlined resource management.

Instructions

更新数据开发文件资源信息

Input Schema

NameRequiredDescriptionDefault
IdNo数据开发文件资源唯一标识符
ProjectIdNoDataWorks工作空间的ID
ResourceFileNo资源包含的具体的文件流或OSS下载链接。><notice>该字段允许用户填写文件流或OSS下载链接。当填写OSS下载链接时,请确保该OSS链接可被公开访问。推荐提供预签名URL。></notice>
SpecYes描述这个数据开发文件资源的FlowSpec信息

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Id": { "description": "数据开发文件资源唯一标识符" }, "ProjectId": { "description": "DataWorks工作空间的ID" }, "ResourceFile": { "description": "资源包含的具体的文件流或OSS下载链接。><notice>该字段允许用户填写文件流或OSS下载链接。当填写OSS下载链接时,请确保该OSS链接可被公开访问。推荐提供预签名URL。></notice>", "type": "string" }, "Spec": { "description": "描述这个数据开发文件资源的FlowSpec信息", "type": "string" } }, "required": [ "Spec" ], "type": "object" }

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