create_repository
Create a new GitLab repository with specified name, description, visibility level, and optional README initialization.
Instructions
Create a new GitLab project
Input 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 |