Skip to main content
Glama
aliyun

AlibabaCloud DevOps MCP Server

Official
by aliyun

create_repository

Creates an empty code repository on Alibaba Cloud Codeup for version control. Configure name, path, visibility, and optional README or template.

Instructions

[Code Management] Create a new Codeup repository.

Creates an empty code repository that can then be pushed to via git.

Use Cases:

Create a new repository for a project

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
organizationIdYesOrganization ID, can be found in the basic information page of the organization admin console
nameYesRepository name, e.g. my-repo
pathYesRepository path, e.g. my-repo
descriptionNoRepository description, max 65535 characters
namespaceIdNoParent path ID (namespace). If empty, created under the organization root
visibilityNoRepository visibility: private or internal
avatarUrlNoRepository avatar URL
readMeTypeNoType of README to auto-create: EMPTY or USER_GUIDE
templateProjectNoCreate repository from template
Behavior2/5

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

With no annotations, the description carries the burden but only states 'creates an empty code repository'. It fails to disclose that the readMeType parameter can auto-create a README, contradicting the 'empty' claim. No mention of permissions, error states, or default behaviors.

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 front-loaded with the tag and main purpose. However, the 'Use Cases' line is redundant with the title, wasting some space.

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?

No output schema exists, and the description fails to explain return values or error handling. For a creation tool, it lacks completeness on what the response contains or what happens on failure.

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 coverage is 100%, so the schema already documents all parameters. The description adds no additional meaning beyond what is in the schema, maintaining the baseline score.

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 clearly states the tool creates a new Codeup repository, specifying it's empty and can be pushed via git. It differentiates from sibling tools like create_branch or create_file by focusing on repository creation.

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 only provides a generic 'Use Cases: Create a new repository for a project' without specifying when to use or alternatives. It lacks guidance on prerequisites or when not to use this tool versus other creation tools.

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

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