Skip to main content
Glama

GitHub Enterprise MCP Server

list-workflows

Retrieve and display all workflow files from a GitHub repository to monitor automation processes, CI/CD pipelines, and scheduled tasks.

Instructions

List workflows in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner
pageNoPage number
perPageNoItems per page
repoYesRepository name

Input Schema (JSON Schema)

{ "properties": { "owner": { "description": "Repository owner", "type": "string" }, "page": { "description": "Page number", "type": "integer" }, "perPage": { "description": "Items per page", "type": "integer" }, "repo": { "description": "Repository name", "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/piyushgIITian/github-enterprice-mcp'

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