Skip to main content
Glama

GitHub Actions MCP Server

by ko1ynnky

cancel_workflow_run

Stop a GitHub Actions workflow run by specifying the repository owner, repository name, and workflow run ID using this tool. Simplify workflow management with direct cancellation functionality.

Instructions

Cancel a workflow run

Input Schema

NameRequiredDescriptionDefault
ownerYesRepository owner (username or organization)
repoYesRepository name
runIdYesThe ID of the workflow run

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "owner": { "description": "Repository owner (username or organization)", "type": "string" }, "repo": { "description": "Repository name", "type": "string" }, "runId": { "description": "The ID of the workflow run", "type": "number" } }, "required": [ "owner", "repo", "runId" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Actions MCP Server

Related Tools

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/ko1ynnky/github-actions-mcp-server'

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