Skip to main content
Glama

GitHub Enterprise MCP Server

trigger-workflow

Initiate GitHub workflow executions by specifying repository details, workflow ID, Git reference, and inputs. Integrates with GitHub Enterprise API for streamlined process automation.

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" }

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/ddukbg/github-enterprise-mcp'

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