create_project_tool
Create a new GitLab project by providing a name, visibility, description, namespace ID, and optional README initialization. Solve project provisioning needs directly through MCP.
Instructions
Create a new GitLab project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Project name | |
| visibility | No | Visibility level (public, internal, private) | private |
| description | No | Project description | |
| namespace_id | No | Namespace ID to create the project under (group or user) | |
| initialize_with_readme | No | Initialize with a README file (default: false) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||