Skip to main content
Glama
yjiace

AlibabaCloud DevOps MCP Server

by yjiace

list_artifacts

Retrieve and filter artifacts from Alibaba Cloud DevOps package repositories to manage software components and dependencies across projects.

Instructions

[Packages Management] List artifacts in a package repository with filtering options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationIdYesOrganization ID
repoIdYesRepository ID
repoTypeYesRepository type, available values: GENERIC/DOCKER/MAVEN/NPM/NUGET
pageNoCurrent page number
perPageNoNumber of items per page, default is 10
searchNoSearch by package name
orderByNoSort method: latestUpdate - by latest update time in milliseconds; gmtDownload - by latest download time in millisecondslatestUpdate
sortNoSort order: asc - ascending; desc - descendingdesc
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. It mentions 'filtering options' but doesn't explain key behaviors: that this is a read-only operation (implied by 'list'), that it supports pagination (page/perPage), sorting (orderBy/sort), or search functionality. For a tool with 8 parameters and no annotation coverage, this leaves significant gaps in understanding how the tool behaves.

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 a single, efficient sentence that gets straight to the point. It's appropriately sized for a list operation, though it could be slightly more informative without losing conciseness. The bracketed '[Packages Management]' prefix adds some context but isn't strictly necessary.

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 tool's complexity (8 parameters, no output schema, no annotations), the description is insufficient. It doesn't explain what 'artifacts' are in this context, what the output looks like, or how pagination/search/sorting work together. For a list tool with rich filtering capabilities, more context is needed to help an agent use it 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%, meaning all parameters are documented in the schema itself. The description adds minimal value beyond the schema by mentioning 'filtering options' (which hints at search, orderBy, sort parameters) but doesn't provide additional context about parameter relationships or usage. This meets the baseline score when schema coverage is high.

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

Purpose4/5

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

The description clearly states the action ('List artifacts') and the resource ('in a package repository'), making the purpose understandable. It also mentions 'with filtering options' which adds specificity. However, it doesn't explicitly differentiate this tool from other list_* tools in the sibling set (like list_package_repositories or list_files), which prevents a perfect score.

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 (like needing to know organizationId, repoId, and repoType first), nor does it suggest when filtering is appropriate. The sibling tools include list_package_repositories, which might logically precede this tool, but no such relationship is indicated.

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/yjiace/alibabacloud-devops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server