Skip to main content
Glama

GitLab MCP Code Review

by ffpy

compare_versions

Compare commits, branches, or tags to identify differences between code versions in GitLab projects for code review and change analysis.

Instructions

Compare two commits/branches/tags to see the differences between them. Args: project_id: The GitLab project ID or URL-encoded path from_sha: The source commit/branch/tag to_sha: The target commit/branch/tag Returns: Dict containing the comparison information

Input Schema

NameRequiredDescriptionDefault
project_idYes
from_shaYes
to_shaYes

Input Schema (JSON Schema)

{ "properties": { "from_sha": { "title": "From Sha", "type": "string" }, "project_id": { "title": "Project Id", "type": "string" }, "to_sha": { "title": "To Sha", "type": "string" } }, "required": [ "project_id", "from_sha", "to_sha" ], "type": "object" }

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/ffpy/gitlab-mcp-code-review'

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