Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
List merge requests for a project or across projects
| Field | Value |
|---|---|
| Name | gitlab__list_merge_requests |
| Group | Integrations |
{
"type": "object",
"properties": {
"state": {
"type": "string",
"description": "Merge request state"
},
"scope": {
"type": "string",
"description": "Merge request scope such as created_by_me, assigned_to_me, or all"
},
"search": {
"type": "string",
"description": "Search text for merge requests"
},
"page": {
"type": "number",
"description": "Result page"
},
"per_page": {
"type": "number",
"description": "Results per page"
}
},
"description": "Input schema for the gitlab__list_merge_requests tool."
}