Skip to main content
Glama

DataWorks MCP Server

by aliyun

ListPartitions

Retrieve a list of partitions for a specified table in DataWorks MCP Server, enabling easy sorting, pagination, and filtering by partition name or metadata attributes.

Instructions

查询数据地图数据表的分区列表

Input Schema

NameRequiredDescriptionDefault
NameNo分区名称
OrderNo排序方向,默认为Asc,枚举值,当前支持- Asc:升序。- Desc:降序
PageNumberNo分页页码,默认为1
PageSizeNo分页大小,默认为10,最大为100
SortByNo排序字段,默认为CreateTime,枚举值,当前支持- CreateTime:创建时间,仅MaxCompute类型支持。- ModifyTime:修改时间,仅MaxCompute类型支持。- Name:名称,HMS类型使用的排序方式。- RecordCount:记录数,仅MaxCompute类型支持。- DataSize:存储量,仅MaxCompute类型支持
TableIdYes所属数据表ID,可参考[元数据实体相关概念说明](~~2880092~~)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "Name": { "description": "分区名称", "type": "string" }, "Order": { "description": "排序方向,默认为Asc,枚举值,当前支持- Asc:升序。- Desc:降序", "type": "string" }, "PageNumber": { "description": "分页页码,默认为1" }, "PageSize": { "description": "分页大小,默认为10,最大为100" }, "SortBy": { "description": "排序字段,默认为CreateTime,枚举值,当前支持- CreateTime:创建时间,仅MaxCompute类型支持。- ModifyTime:修改时间,仅MaxCompute类型支持。- Name:名称,HMS类型使用的排序方式。- RecordCount:记录数,仅MaxCompute类型支持。- DataSize:存储量,仅MaxCompute类型支持", "type": "string" }, "TableId": { "description": "所属数据表ID,可参考[元数据实体相关概念说明](~~2880092~~)", "type": "string" } }, "required": [ "TableId" ], "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