Create label
gitlab_create_labelCreate a project label by specifying a name, color, and optional description. Useful for categorizing issues and merge requests in GitLab.
Instructions
Creates a project label.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | Yes | Hex color such as #428BCA | |
| project_id | No | Project id or URL-encoded path, e.g. `42` or `group/subgroup/project`. Falls back to GITLAB_PROJECT_ID. | |
| description | No |