GitHub Actions · Capability
GitHub Actions API — Workflows
GitHub Actions API — Workflows. 7 operations. Lead operation: Github Actions List Repository Workflows. Self-contained Naftiko capability covering one Github Actions business surface.
What You Can Do
GET
Listrepoworkflows
— Github Actions List Repository Workflows
/v1/repos/{owner}/{repo}/actions/workflows
GET
Getworkflow
— Github Actions Get a Workflow
/v1/repos/{owner}/{repo}/actions/workflows/{workflow-id}
PUT
Disableworkflow
— Github Actions Disable a Workflow
/v1/repos/{owner}/{repo}/actions/workflows/{workflow-id}/disable
POST
Createworkflowdispatch
— Github Actions Create a Workflow Dispatch Event
/v1/repos/{owner}/{repo}/actions/workflows/{workflow-id}/dispatches
PUT
Enableworkflow
— Github Actions Enable a Workflow
/v1/repos/{owner}/{repo}/actions/workflows/{workflow-id}/enable
GET
Listworkflowruns
— Github Actions List Workflow Runs for a Workflow
/v1/repos/{owner}/{repo}/actions/workflows/{workflow-id}/runs
GET
Getworkflowusage
— Github Actions Get Workflow Usage
/v1/repos/{owner}/{repo}/actions/workflows/{workflow-id}/timing
MCP Tools
github-actions-list-repository-workflows
Github Actions List Repository Workflows
read-only
idempotent
github-actions-get-workflow
Github Actions Get a Workflow
read-only
idempotent
github-actions-disable-workflow
Github Actions Disable a Workflow
idempotent
github-actions-create-workflow-dispatch
Github Actions Create a Workflow Dispatch Event
github-actions-enable-workflow
Github Actions Enable a Workflow
idempotent
github-actions-list-workflow-runs
Github Actions List Workflow Runs for a Workflow
read-only
idempotent
github-actions-get-workflow-usage
Github Actions Get Workflow Usage
read-only
idempotent