GitHub Actions MCP Server

by ko1ynnky
Verified

get_workflow

Retrieve details of a specific GitHub Actions workflow by providing the repository owner, repo name, and workflow ID or filename. Use this tool to manage and monitor workflow execution status and configurations directly through the GitHub API.

Instructions

Get details of a specific workflow

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
repoYesRepository name
workflowIdYesThe ID of the workflow or filename

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "workflowId": { "description": "The ID of the workflow or filename", "type": [ "string", "number" ] } }, "required": [ "owner", "repo", "workflowId" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Actions MCP Server

Related Tools

ID: ydaumkc8kn