Skip to main content
Glama
aliyun

AlibabaCloud DevOps MCP Server

Official
by aliyun

list_repositories

List CodeUp repositories for an organization, supporting pagination, search, sorting, and archived filtering to view source code management units.

Instructions

[Code Management] Get the CodeUp Repository List.

A Repository serves as a unit for managing source code and is distinct from a Project.

Use Case:

View my repositories

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoPage number, default starts from 1, generally should not exceed 150 pages
sortNoSort order, options include {asc, desc}, default is descdesc
searchNoSearch keyword, used to fuzzy match repository paths
orderByNoSort field, options include {created_at, name, path, last_activity_at}, default is created_atcreated_at
perPageNoItems per page, default 20, value range [1, 100]
archivedNoWhether archived
organizationIdYesOrganization ID
Install Server

TDQS

B3.3/5.0
Behavior2/5

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

No annotations are provided, so the description alone must disclose behavior. It says 'Get' and mentions repository management, but omits critical behavioral details: pagination (page/perPage), required organizationId scoping, archived filtering, and return structure. The phrase 'my repositories' is potentially misleading because the operation is scoped to an organization, not necessarily the current user's personal repos.

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 short and well-front-loaded with the main action, followed by a clarifying parenthetical about Repository vs Project. The 'Use Case' line is somewhat redundant with the first sentence but adds a practical angle. Compared to many verbose descriptions, it earns its place.

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 output schema, and no annotations, the description is insufficient. It does not explain what fields are returned, how pagination works, that organizationId is required, or how search/archived filters behave. The vague 'my repositories' leaves too much to inference; a fuller description of scope and result shape is needed.

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% parameter description coverage, so the baseline is 3. The description itself adds no parameter-level information beyond what the schema already explains, but it also does not contradict or mislead about parameters.

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

Purpose5/5

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

The description opens with 'Get the CodeUp Repository List', which clearly specifies the verb (get) and resource (repository list). It also distinguishes Repository from Project, differentiating it from sibling project-oriented tools. The use case 'View my repositories' reinforces the purpose without ambiguity.

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

Usage Guidelines3/5

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

The 'Use Case: View my repositories' implies when to use the tool, but it does not explicitly contrast it with alternatives like get_repository or list_branches. No exclusions or conditions are provided, so it remains at the level of implied usage.

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

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

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