DataWorks MCP Server

Official

TestDataServiceApi

Generate and manage test data for API development by configuring request parameters, headers, and body content within the DataWorks MCP Server environment.

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" }

You must be authenticated.

Other Tools from DataWorks MCP Server

Related Tools

ID: 5xvvskonjr