Skip to main content
Glama

GitHub Actions MCP Server

by onemarc

get_workflow_run_jobs

Retrieve jobs for a specific GitHub Actions workflow run by specifying owner, repo, run ID, and filters to manage and monitor workflow execution details.

Instructions

Get jobs for a specific workflow run

Input Schema

NameRequiredDescriptionDefault
filterNoFilter jobs by completion status
ownerYesRepository owner
pageNoPage number for pagination
perPageNoResults per page (max 100)
repoYesRepository name
runIdYesThe ID of the workflow run

Input Schema (JSON Schema)

{ "properties": { "filter": { "description": "Filter jobs by completion status", "enum": [ "latest", "all" ], "type": "string" }, "owner": { "description": "Repository owner", "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "perPage": { "description": "Results per page (max 100)", "type": "number" }, "repo": { "description": "Repository name", "type": "string" }, "runId": { "description": "The ID of the workflow run", "type": "number" } }, "required": [ "owner", "repo", "runId" ], "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/onemarc/github-actions-mcp-server'

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