github-mcp-server icon indicating copy to clipboard operation
github-mcp-server copied to clipboard

Actions consolidated

Open omgitsads opened this issue 2 months ago • 1 comments

Consolidate various Actions tooling into a single tool with a new action argument:

The following tools are consolidated into a multiple consolidated tools

actions_list

  • list_workflows
  • list_workflow_jobs
  • list_workflow_runs
  • list_workflow_run_artifacts

actions_get tool:

  • get_workflow
  • get_workflow_run
  • get_workflow_job
  • download_workflow_run_artifact
  • get_workflow_run_usage
  • get_workflow_run_logs
  • get_workflow_job_logs

actions_run_trigger tool:

  • run_workflow
  • rerun_workflow_run
  • rerun_failed_jobs
  • cancel_workflow_run
  • delete_workflow_run_logs

omgitsads avatar Oct 29 '25 15:10 omgitsads

Link to Eval comparison for pre and post- consolidated Actions toolset: https://github.com/github/copilot-agent-services/issues/939#issuecomment-3553838746

mattdholloway avatar Nov 20 '25 13:11 mattdholloway