Skip to main content
Glama

GitHub Actions MCP Server

by onemarc

cancel_workflow_run

Stop a GitHub Actions workflow run by specifying the repository owner, name, and workflow run ID to manage and monitor workflows effectively.

Instructions

Cancel a workflow run

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository name
runIdYesThe ID of the workflow run

Input Schema (JSON Schema)

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