Skip to main content
Glama
aliyun
by aliyun

ListMetaCollections

Query and list metadata collections in DataWorks to organize and manage data assets by type, name, or other criteria with filtering and pagination.

Instructions

查询数据地图集合列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
TypeYes集合类型,可枚举,取值为-Category类目-Album数据专辑-AlbumCategory专辑子类目
ParentIdNo父节点集合对象ID
OrderNo排序方向,支持-Asc(默认)-Desc
DescriptionNo集合描述,模糊匹配
AdministratorNo集合管理员ID,专辑类型有效,默认为当前用户ID
PageSizeNo分页大小,默认为10,最大为100
PageNumberNo分页页码,默认为1
SortByNo排序字段,支持-Id(默认)-Name名称-CreateUser创建者ID-CreateTime创建时间-ModifyTime修改时间
CreateUserNo创建者用户ID,专辑类型有效,默认为当前用户ID
NameNo集合名称,模糊匹配
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description must fully disclose behavioral traits. The description only states it's a query operation, implying read-only and non-destructive behavior, but it doesn't specify details like pagination handling (implied by parameters but not described), rate limits, authentication needs, or what the return format looks like. For a list tool with 10 parameters, this is insufficient behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single, efficient sentence in Chinese ('查询数据地图集合列表'), which is appropriately concise and front-loaded. There's no wasted verbiage, making it easy to parse quickly.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the complexity (10 parameters, no annotations, no output schema), the description is incomplete. It doesn't explain the return values, error handling, or how the filtering parameters interact. For a list tool with rich filtering options, more context is needed to guide effective use, especially without annotations or output schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has 100% description coverage, with each parameter well-documented in the schema itself (e.g., Type with enum values, ParentId, Order, etc.). The description adds no additional parameter semantics beyond what the schema provides, so it meets the baseline of 3 for high schema coverage without extra value.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description '查询数据地图集合列表' (Query data map collection list) states the verb 'query' and resource 'data map collection list', providing a basic purpose. However, it's vague about what 'data map collection' means and doesn't distinguish this tool from other list tools like ListEntitiesInMetaCollection or ListMetaCollection (if it existed as a sibling), which might have similar functions.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description offers no guidance on when to use this tool versus alternatives. With many sibling tools (e.g., ListEntitiesInMetaCollection, ListMetaCollection if present), there's no indication of context, prerequisites, or exclusions. It lacks any mention of when this tool is appropriate or what scenarios it's designed for.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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