Skip to main content
Glama

MCP GitLab Server

by Vijay-Duke

gitlab_summarize_pipeline

Summarize CI/CD pipeline execution with status, duration, failed jobs, test results, and artifacts. Provides actionable insights for debugging pipeline failures, ensuring efficient issue resolution.

Instructions

Summarize CI/CD pipeline execution including status, duration, failed jobs, test results, and artifacts. Focuses on actionable information for debugging failures.

Input Schema

NameRequiredDescriptionDefault
max_lengthNoMaximum summary length in characters (integer). AI summaries will be truncated to fit. Default: 500
pipeline_idYesPipeline ID (integer). Specific pipeline run identifier. Get from list_pipelines
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": { "max_length": { "default": 500, "description": "Maximum summary length in characters (integer). AI summaries will be truncated to fit. Default: 500", "type": "integer" }, "pipeline_id": { "description": "Pipeline ID (integer). Specific pipeline run identifier. Get from list_pipelines", "type": "integer" }, "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": [ "pipeline_id" ], "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