Skip to main content
Glama

GitHub Actions MCP Server

by onemarc

list_workflows

Retrieve and manage workflows in a GitHub repository by specifying owner, repo, pagination, and results per page. Simplify workflow monitoring and interaction.

Instructions

List workflows in a GitHub repository

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner
pageNoPage number for pagination
perPageNoResults per page (max 100)
repoYesRepository name

Input Schema (JSON Schema)

{ "properties": { "owner": { "description": "Repository owner", "type": "string" }, "page": { "description": "Page number for pagination", "type": "number" }, "perPage": { "description": "Results per page (max 100)", "type": "number" }, "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/onemarc/github-actions-mcp-server'

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