Skip to main content
Glama

GitHub Enterprise MCP Server

list-workflows

Retrieve and manage GitHub Enterprise repository workflows by specifying the owner, repository, page number, and items per page to streamline workflow management and monitoring.

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner
pageNoPage number
perPageNoItems per page
repoYesRepository name

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner", "minLength": 1, "type": "string" }, "page": { "description": "Page number", "exclusiveMinimum": 0, "type": "integer" }, "perPage": { "description": "Items per page", "exclusiveMinimum": 0, "type": "integer" }, "repo": { "description": "Repository name", "minLength": 1, "type": "string" } }, "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/ddukbg/github-enterprise-mcp'

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