GitLab
Code Platform

GitLab Connector

Connect to GitLab to manage projects, issues, MRs, and pipelines.

$pip install "toolsconnector[gitlab]"
21
Actions
Code Platform
Category
Free
Apache 2.0

All 21 Actions

Action Description Parameters Returns
create_branch ⚠Create a new branchproject_id, branch_name, refGitLabBranch
create_comment ⚠Create a comment on an issueproject_id, issue_iid, bodyGitLabComment
create_issue ⚠Create an issue in a GitLab projectproject_id, title  [description, labels]GitLabIssue
create_label ⚠Create a label in a projectproject_id, name, color  [description]GitLabLabel
create_merge_request ⚠Create a merge request in a GitLab projectproject_id, source_branch, target_branch, title  [description]MergeRequest
create_milestone ⚠Create a milestone in a projectproject_id, title  [description, due_date, start_date]GitLabMilestone
delete_branch ⚠Delete a branch from a projectproject_id, branch_namebool
get_merge_requestGet a single merge request by IIDproject_id, mr_iidMergeRequest
get_pipelineGet a single pipeline by IDproject_id, pipeline_idPipeline
get_projectGet a single project by IDproject_idProject
list_branchesList branches for a projectproject_id  [search, limit, page]list
list_issuesList issues for a GitLab projectproject_id  [state, labels, limit, page]PaginatedList[GitLabIssue]
list_jobsList jobs for a pipelineproject_id, pipeline_idlist
list_labelsList labels for a projectproject_id  [search, limit, page]list
list_merge_requestsList merge requests for a GitLab projectproject_id  [state, limit, page]PaginatedList[MergeRequest]
list_milestonesList milestones for a projectproject_id  [state, limit, page]list
list_pipelinesList CI/CD pipelines for a GitLab projectproject_id  [status, limit, page]PaginatedList[Pipeline]
list_project_membersList project membersproject_id  [query, limit, page]PaginatedList[GitLabMember]
list_projectsList GitLab projects[owned, search, limit, page]PaginatedList[Project]
list_tagsList tags for a projectproject_id  [search, limit, page]list
retry_pipeline ⚠Retry a failed pipelineproject_id, pipeline_idPipeline
Open Interactive Docs & Playground →

Full schema explorer, code generation, and live API testing