GitHub Enterprise MCP Server

by containerelic
Verified

trigger-workflow

Automate GitHub Enterprise workflows by triggering actions via API. Specify repository, reference, and inputs to execute predefined processes efficiently.

Input Schema

NameRequiredDescriptionDefault
inputsNoWorkflow inputs
ownerYesRepository owner
refYesGit reference (branch, tag, SHA)
repoYesRepository name
workflow_idYesWorkflow ID or file name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "inputs": { "additionalProperties": { "type": "string" }, "description": "Workflow inputs", "type": "object" }, "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "ref": { "description": "Git reference (branch, tag, SHA)", "minLength": 1, "type": "string" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" }, "workflow_id": { "description": "Workflow ID or file name", "type": [ "string", "number" ] } }, "required": [ "owner", "repo", "workflow_id", "ref" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Enterprise MCP Server

Related Tools

ID: 27uwbz7hqw