Skip to main content
Glama

MCP Git Server

by MementoRC

github_get_failing_jobs

Retrieve detailed insights into failing jobs within a GitHub pull request, including logs and annotations, to identify and resolve issues efficiently.

Instructions

Get detailed information about failing jobs in a PR

Input Schema

NameRequiredDescriptionDefault
include_annotationsNo
include_logsNo
pr_numberYes
repo_nameYes
repo_ownerYes

Input Schema (JSON Schema)

{ "properties": { "include_annotations": { "default": true, "title": "Include Annotations", "type": "boolean" }, "include_logs": { "default": true, "title": "Include Logs", "type": "boolean" }, "pr_number": { "title": "Pr Number", "type": "integer" }, "repo_name": { "title": "Repo Name", "type": "string" }, "repo_owner": { "title": "Repo Owner", "type": "string" } }, "required": [ "repo_owner", "repo_name", "pr_number" ], "title": "GitHubGetFailingJobs", "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/MementoRC/mcp-git'

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