Skip to main content
Glama

list_merge_requests

Retrieve GitLab merge requests with filtering options to find specific code changes by assignee, author, labels, state, or date ranges.

Instructions

List merge requests in a GitLab project with filtering options

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYesProject ID or URL-encoded path
assignee_idNoReturns merge requests assigned to the given user ID
assignee_usernameNoReturns merge requests assigned to the given username
author_idNoReturns merge requests created by the given user ID
author_usernameNoReturns merge requests created by the given username
reviewer_idNoReturns merge requests which have the user as a reviewer
reviewer_usernameNoReturns merge requests which have the user as a reviewer
created_afterNoReturn merge requests created after the given time
created_beforeNoReturn merge requests created before the given time
updated_afterNoReturn merge requests updated after the given time
updated_beforeNoReturn merge requests updated before the given time
labelsNoArray of label names
milestoneNoMilestone title
scopeNoReturn merge requests from a specific scope
searchNoSearch for specific terms
stateNoReturn merge requests with a specific state
order_byNoReturn merge requests ordered by the given field
sortNoReturn merge requests sorted in ascending or descending order
target_branchNoReturn merge requests targeting a specific branch
source_branchNoReturn merge requests from a specific source branch
wipNoFilter merge requests against their wip status
with_labels_detailsNoReturn more details for each label
pageNoPage number for pagination (default: 1)
per_pageNoNumber of items per page (max: 100, default: 20)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/harshmaur/gitlab-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server