GitLab MCP Server

by rifqi96
Verified

gitlab_compare_branches

Analyze differences between branches, tags, or commits in GitLab projects by specifying the project ID and comparison references to identify changes efficiently.

Instructions

Compare branches, tags or commits

Input Schema

NameRequiredDescriptionDefault
fromYesThe commit SHA or branch name to compare from
project_idYesThe ID or URL-encoded path of the project
toYesThe commit SHA or branch name to compare to

Input Schema (JSON Schema)

{ "properties": { "from": { "description": "The commit SHA or branch name to compare from", "type": "string" }, "project_id": { "description": "The ID or URL-encoded path of the project", "type": "string" }, "to": { "description": "The commit SHA or branch name to compare to", "type": "string" } }, "required": [ "project_id", "from", "to" ], "type": "object" }
ID: 7phkmkcd67