Skip to main content
Glama

get_merge_request_pipeline

Retrieve the latest pipeline data for a GitLab merge request, including job statuses and IDs for accessing detailed logs.

Instructions

Get the last pipeline data for a specific merge request, including all jobs and their statuses. Returns job IDs that can be used with get_job_log to fetch detailed output.

Input Schema

NameRequiredDescriptionDefault
merge_request_iidYesInternal ID of the merge request

Input Schema (JSON Schema)

{ "properties": { "merge_request_iid": { "description": "Internal ID of the merge request", "minimum": 1, "type": "integer" } }, "required": [ "merge_request_iid" ], "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/amirsina-mandegari/gitlab-mcp-server'

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