Skip to main content
Glama
aliyun
by aliyun

ListSchemas

Query database schema lists in DataWorks data maps to discover and organize data structures using filters, sorting, and pagination.

Instructions

查询数据地图数据库模式列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ParentMetaEntityIdYes父层级实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。父层级实体类型参考ListCrawlerTypes接口,格式为`${EntityType}:${实例ID或转义后的URL}:${数据目录名称}:${数据库名称}`,对于不存在的层级置空。>对于MaxCompute类型,此处的实例ID即为主账号ID,数据库名称即为MaxCompute项目名称
OrderNo排序方向,默认为Asc,枚举值,当前支持:- Asc:升序。- Desc:降序
CommentNo注释,模糊匹配
TypesNo类型,精确匹配,为空时查询所有类型
PageSizeNo分页大小,默认为10,最大为100
PageNumberNo分页页码,默认为1
SortByNo排序字段,默认为CreateTime,枚举值,当前支持:- CreateTime:创建时间。- ModifyTime:修改时间。- Name:名称。- Type:类型
NameNo名称,模糊匹配
Behavior2/5

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

No annotations are provided, so the description carries full burden for behavioral disclosure. The description only states it 'queries' schemas without indicating whether this is a read-only operation, if it requires authentication, what the output format might be, or if there are rate limits. For a tool with 8 parameters including pagination, this lack of behavioral context is a significant gap.

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

Conciseness3/5

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

The description is extremely concise - a single Chinese phrase. While this is technically efficient, it's under-specified rather than appropriately concise. The single sentence doesn't waste words but also doesn't provide meaningful guidance. It's front-loaded by default since there's only one phrase, but the brevity comes at the cost of usefulness.

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?

For a tool with 8 parameters, no annotations, and no output schema, the description is incomplete. It doesn't explain what 'schemas' mean in this context, what the tool returns, or how results are structured. The agent would need to infer behavior from the parameter names alone, which is insufficient for proper tool selection and invocation.

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?

Schema description coverage is 100%, meaning all parameters are documented in the input schema with detailed descriptions. The tool description adds no additional parameter information beyond what's already in the schema. According to scoring rules, when schema coverage is high (>80%), the baseline score is 3 even with no parameter information in the description.

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

Purpose2/5

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

The description '查询数据地图数据库模式列表' (Query data map database schema list) is a tautology that essentially restates the tool name 'ListSchemas' in Chinese. It provides a generic verb 'query' without specifying what kind of schemas are being listed or distinguishing this tool from other list tools like ListTables, ListDatabases, or ListFunctions. The purpose is vague and lacks specific differentiation.

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 provides no guidance on when to use this tool versus alternatives. It doesn't mention prerequisites, context for filtering schemas, or relationships to other tools like GetSchema (which likely retrieves a single schema). With many sibling list tools available, the absence of usage differentiation leaves the agent guessing about appropriate application scenarios.

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