Skip to main content
Glama
onemarc

GitHub Actions MCP Server

by onemarc

rerun_workflow

Re-run a GitHub Actions workflow by specifying the repository owner, name, and workflow run ID, enabling quick retries and error resolution.

Instructions

Re-run a workflow run

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
ownerYesRepository owner
repoYesRepository name
runIdYesThe ID of the workflow run

Implementation Reference

  • Input schema definition for the 'rerun_workflow' tool.
    {
      name: "rerun_workflow",
      description: "Re-run a workflow run",
      inputSchema: {
        type: "object",
        properties: {
          owner: { type: "string", description: "Repository owner" },
          repo: { type: "string", description: "Repository name" },
          runId: { type: "number", description: "The ID of the workflow run" }
        },
        required: ["owner", "repo", "runId"]
      }
    }
  • Maps the 'rerun_workflow' tool name to its handler function in the toolHandlers export.
    rerun_workflow: handleRerunWorkflow,
  • Import statement for the 'rerun_workflow' handler function.
    import handleRerunWorkflow from './rerun-workflow.js';
Install Server

Other Tools

Related Tools

Latest Blog Posts

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