Skip to main content
Glama

MCP Git Server

by MementoRC

github_get_workflow_run

Retrieve detailed information about a GitHub Actions workflow run, including logs if specified, using repository owner, name, and run ID inputs.

Instructions

Get detailed workflow run information

Input Schema

NameRequiredDescriptionDefault
include_logsNo
repo_nameYes
repo_ownerYes
run_idYes

Input Schema (JSON Schema)

{ "properties": { "include_logs": { "default": false, "title": "Include Logs", "type": "boolean" }, "repo_name": { "title": "Repo Name", "type": "string" }, "repo_owner": { "title": "Repo Owner", "type": "string" }, "run_id": { "title": "Run Id", "type": "integer" } }, "required": [ "repo_owner", "repo_name", "run_id" ], "title": "GitHubGetWorkflowRun", "type": "object" }
Install Server

Other Tools from MCP Git Server

Related Tools

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