Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_get_commit

Retrieve detailed commit information, including message, author, committer, parent SHAs, and optional stats (additions/deletions), using a commit SHA. Supports GPG signature verification for secure repository operations.

Instructions

Get full details of a specific commit by SHA including message, author, committer, parent SHAs, stats (additions/deletions), and GPG signature verification status.

Input Schema

NameRequiredDescriptionDefault
commit_shaYesGit commit SHA (string). Can be abbreviated (min 7 chars) or full 40-character SHA
include_statsNoInclude commit statistics (boolean). Adds additions/deletions/total change counts. Default: false
project_idNoProject ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided

Input Schema (JSON Schema)

{ "properties": { "commit_sha": { "description": "Git commit SHA (string). Can be abbreviated (min 7 chars) or full 40-character SHA", "type": "string" }, "include_stats": { "default": false, "description": "Include commit statistics (boolean). Adds additions/deletions/total change counts. Default: false", "type": "boolean" }, "project_id": { "description": "Project ID (integer) or path (string like 'group/project'). Optional - auto-detects from current git repository if not provided", "type": "string" } }, "required": [ "commit_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/Vijay-Duke/mcp-gitlab'

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