Skip to main content
Glama

DataWorks MCP Server

by aliyun

TestDataServiceApi

Manage and test API requests in Alibaba Cloud DataWorks by configuring Body, Path, Query, and Header parameters with this DataWorks MCP Server tool.

Instructions

测试数据服务API

Input Schema

NameRequiredDescriptionDefault
ApiIdNoAPIId
BodyContentNo请求body数据
BodyParamsNo放在请求Body的参数信息
HeadParamsNo放在Header里面的请求参数
PathParamsNo放在Path里面的请求参数
QueryParamNo放在Query里面的请求参数

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "ApiId": { "description": "APIId" }, "BodyContent": { "description": "请求body数据", "type": "string" }, "BodyParams": { "description": "放在请求Body的参数信息", "items": { "additionalProperties": false, "properties": { "ParamKey": { "description": "参数名称", "type": "string" }, "ParamValue": { "description": "参数值", "type": "string" } }, "type": "object" }, "type": "array" }, "HeadParams": { "description": "放在Header里面的请求参数", "items": { "additionalProperties": false, "properties": { "ParamKey": { "description": "参数名称", "type": "string" }, "ParamValue": { "description": "参数值", "type": "string" } }, "type": "object" }, "type": "array" }, "PathParams": { "description": "放在Path里面的请求参数", "items": { "additionalProperties": false, "properties": { "ParamKey": { "description": "参数名称", "type": "string" }, "ParamValue": { "description": "参数值", "type": "string" } }, "type": "object" }, "type": "array" }, "QueryParam": { "description": "放在Query里面的请求参数", "items": { "additionalProperties": false, "properties": { "ParamKey": { "description": "参数名称", "type": "string" }, "ParamValue": { "description": "参数值", "type": "string" } }, "type": "object" }, "type": "array" } }, "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