GitLab: Create Merge Request
tool-descriptor:gitlab.create-merge-request
ToolDescriptorextensions/tool-descriptors/gitlab-mcp-tools.yaml·Open in Graph → {
"id": "tool-descriptor:gitlab.create-merge-request",
"_kind": "ToolDescriptor",
"_file": "extensions/tool-descriptors/gitlab-mcp-tools.yaml",
"_cluster": "extensions",
"attributes": {
"schema": "{}",
"displayName": "GitLab: Create Merge Request",
"description": "Open a merge request in a GitLab project.",
"inputSchema": {
"type": "object",
"required": [
"project_id",
"source_branch",
"target_branch",
"title"
],
"properties": {
"project_id": {
"type": "string"
},
"source_branch": {
"type": "string"
},
"target_branch": {
"type": "string"
},
"title": {
"type": "string"
},
"description": {
"type": "string"
}
}
},
"outputSchema": {
"type": "object",
"properties": {
"merge_request": {
"type": "object"
}
}
},
"mode": "normal",
"streamable": false,
"timeoutMs": 30000
},
"outgoingEdges": [
{
"from": "tool-descriptor:gitlab.create-merge-request",
"to": "tool-server:mcp-gitlab",
"kind": "contained_in_plugin",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "tool-server:mcp-gitlab",
"to": "tool-descriptor:gitlab.create-merge-request",
"kind": "contains_tool_descriptor",
"attributes": {}
}
]
}