create_repository
Create a new GitLab project with customizable name, description, visibility settings, and optional README initialization for version control management.
Instructions
Create a new GitLab project
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| description | No | Repository description | |
| visibility | No | Repository visibility level | |
| initialize_with_readme | No | Initialize with README.md |