Skip to main content
Glama
aliyun
by aliyun

ListDatabases

Retrieve a list of databases from the DataWorks data catalog using filters for parent entity, name, comment, and pagination options.

Instructions

查询数据地图数据库列表

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ParentMetaEntityIdYes父层级实体ID,可参考[元数据实体相关概念说明](~~2880092~~)。父层级实体类型参考ListCrawlerTypes接口-如果父层级实体为数据目录,此处为数据目录ID-如果父层级实体为元数据采集器实体,ID格式为`${CrawlerType}:${实例ID或转义后的URL}`
OrderNo排序方向,默认为Asc,枚举值,当前支持-Asc升序-Desc降序
CommentNo注释,模糊匹配
PageSizeNo分页大小,默认为10,最大为100
PageNumberNo分页页码,默认为1
SortByNo排序字段,默认为CreateTime,枚举值,当前支持-CreateTime创建时间-ModifyTime修改时间-Name名称
NameNo名称,模糊匹配
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. The description only states it's a query/list operation, but doesn't mention pagination behavior (though parameters suggest it), authentication requirements, rate limits, whether results are filtered or complete, or what the output format looks like. For a tool with 7 parameters and no output schema, this leaves significant behavioral gaps.

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

Conciseness4/5

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

The description is extremely concise - a single Chinese phrase. While this is efficient, it's arguably under-specified rather than appropriately concise. However, it doesn't waste words or have structural issues. Given the schema does heavy lifting, the brevity isn't necessarily problematic for conciseness alone.

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 7 parameters, no annotations, and no output schema, the description is inadequate. It doesn't explain what 'data map databases' are, how results are structured, what authentication is needed, or typical usage patterns. The schema covers parameter mechanics but the description fails to provide necessary context for an agent to understand when and how to use this tool effectively.

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%, so all parameters are documented in the schema itself. The description adds no additional parameter information beyond what's already in the schema. The baseline score of 3 reflects adequate parameter documentation through the schema alone, though the description contributes nothing extra.

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 list) is a tautology that essentially restates the tool name 'ListDatabases' in Chinese. It doesn't specify what kind of databases (metadata databases, data catalogs, etc.) or provide any distinguishing context from sibling tools like ListCatalogs, ListSchemas, or ListTables. The purpose is vague beyond the obvious list operation.

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?

No guidance is provided about when to use this tool versus alternatives. With many sibling list tools (ListCatalogs, ListSchemas, ListTables, etc.), the description doesn't indicate whether this is for listing databases within a specific parent entity, for general database discovery, or how it relates to other listing tools. There's no mention of prerequisites, exclusions, or typical use cases.

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