Skip to main content
Glama

get_job_log

Retrieve pipeline job trace output to debug failed tests and analyze CI/CD failures by providing the job ID.

Instructions

Get the trace/log output for a specific pipeline job. Perfect for debugging failed tests and understanding CI/CD failures.

Input Schema

NameRequiredDescriptionDefault
job_idYesID of the pipeline job (obtained from get_merge_request_pipeline)

Input Schema (JSON Schema)

{ "properties": { "job_id": { "description": "ID of the pipeline job (obtained from get_merge_request_pipeline)", "minimum": 1, "type": "integer" } }, "required": [ "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/amirsina-mandegari/gitlab-mcp-server'

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