A
licenseNot graded
qualityD
maintenanceEnables GitLab repository management, including branches, merge requests, issues, pipelines, and more through natural language.
MIT
No user-submitted related servers found.
Scored across 7 tools
Each tool targets a distinct resource and action: issues (create, delete, update, list), branches (list), labels (list), and pull requests (list). No overlapping purposes.
All tools follow a consistent verb_repo_noun pattern (e.g., create_repo_issue, list_repo_branches), with snake_case throughout.
7 tools is well-scoped for a repository management server, covering core operations without being overwhelming or sparse.
Issues have full CRUD, but branches and labels only have list operations, and pull requests are limited to listing only the authenticated user's PRs. Notable gaps exist for create/update/delete on other resources.