Skip to main content
Glama

GitHub Actions MCP Server

by onemarc

list_workflow_runs

Retrieve and filter workflow runs for a GitHub repository by owner, repo, workflow ID, actor, branch, event, status, or creation date. Supports pagination and excluding PR-triggered runs.

Instructions

List all workflow runs for a repository or specific workflow

Input Schema

NameRequiredDescriptionDefault
actorNoFilter by user who triggered the workflow
branchNoFilter by branch
checkSuiteIdNoFilter by check suite ID
createdNoFilter by creation date (YYYY-MM-DD)
eventNoFilter by event type
excludePullRequestsNoExclude PR-triggered runs
ownerYesRepository owner
pageNoPage number for pagination
perPageNoResults per page (max 100)
repoYesRepository name
statusNoFilter by status
workflowIdNoThe ID of the workflow or filename

Input Schema (JSON Schema)

{ "properties": { "actor": { "description": "Filter by user who triggered the workflow", "type": "string" }, "branch": { "description": "Filter by branch", "type": "string" }, "checkSuiteId": { "description": "Filter by check suite ID", "type": "number" }, "created": { "description": "Filter by creation date (YYYY-MM-DD)", "type": "string" }, "event": { "description": "Filter by event type", "type": "string" }, "excludePullRequests": { "description": "Exclude PR-triggered runs", "type": "boolean" }, "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" }, "status": { "description": "Filter by status", "enum": [ "completed", "action_required", "cancelled", "failure", "neutral", "skipped", "stale", "success", "timed_out", "in_progress", "queued", "requested", "waiting" ], "type": "string" }, "workflowId": { "description": "The ID of the workflow or filename", "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "required": [ "owner", "repo" ], "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