Skip to main content
Glama

DataWorks MCP Server

by aliyun

GetSchema

Retrieve database schema information from DataWorks MCP Server by providing entity details, enabling structured data access and management.

Instructions

获取数据地图数据库模式信息

Input Schema

NameRequiredDescriptionDefault
IdYesID,可参考[元数据实体相关概念说明](~~2880092~~)。格式为`${EntityType}:${实例ID或转义后的URL}:${数据目录名称}:${数据库名称}:${模式名称}`,对于不存在的层级置空>对于MaxCompute类型,此处的实例ID即为主账号ID,数据库名称即为MaxCompute项目名称

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Id": { "description": "ID,可参考[元数据实体相关概念说明](~~2880092~~)。格式为`${EntityType}:${实例ID或转义后的URL}:${数据目录名称}:${数据库名称}:${模式名称}`,对于不存在的层级置空>对于MaxCompute类型,此处的实例ID即为主账号ID,数据库名称即为MaxCompute项目名称", "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