create_repository
Create a GitLab project in your namespace with configurable name, README initialization, privacy, and description.
Instructions
Create a new GitLab project in your namespace
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Repository name | |
| autoInit | No | Initialize with README.md | |
| isPrivate | No | Whether the repository should be private | |
| description | No | Repository description |