Skip to main content
Glama

GitLab MCP Server

by Alosies

get_job_logs

Retrieve the trace file for a specific GitLab CI/CD job by providing the project identifier and job ID to access execution logs.

Instructions

Get the log (trace) file of a specific job

Input Schema

NameRequiredDescriptionDefault
job_idYesJob ID
project_idYesProject ID or path

Input Schema (JSON Schema)

{ "properties": { "job_id": { "description": "Job ID", "type": "number" }, "project_id": { "description": "Project ID or path", "type": "string" } }, "required": [ "project_id", "job_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/Alosies/gitlab-mcp-server'

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