GitHub Action Trigger MCP Server

get_github_actions

Retrieve available GitHub Actions for a specific repository by providing the owner, repo, and optional token. Part of the GitHub Action Trigger MCP Server for workflow integration.

Instructions

Get available GitHub Actions for a repository

Input Schema

NameRequiredDescriptionDefault
ownerYesOwner of the repository (username or organization)
repoYesName of the repository
tokenNoGitHub personal access token (optional)

Input Schema (JSON Schema)

{ "properties": { "owner": { "description": "Owner of the repository (username or organization)", "type": "string" }, "repo": { "description": "Name of the repository", "type": "string" }, "token": { "description": "GitHub personal access token (optional)", "type": "string" } }, "required": [ "owner", "repo" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub Action Trigger MCP Server

Related Tools

ID: 6ufwxw61ny