Skip to main content
Glama

GitHub Actions MCP Server

by onemarc

get_workflow_usage

Retrieve detailed usage statistics for GitHub Actions workflows by providing the repository owner, repository name, and workflow ID. Useful for monitoring and optimizing workflow performance.

Instructions

Get usage statistics of a workflow

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository name
workflowIdYesThe ID of the workflow or filename

Input Schema (JSON Schema)

{ "properties": { "owner": { "description": "Repository owner", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "workflowId": { "description": "The ID of the workflow or filename", "oneOf": [ { "type": "string" }, { "type": "number" } ] } }, "required": [ "owner", "repo", "workflowId" ], "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