GitHub Action Trigger MCP Server

get_github_action

Retrieve detailed info about a GitHub Action, including required inputs and parameters, by specifying the owner, repository, and action file path.

Instructions

Get detailed information about a specific GitHub Action, including inputs and their requirements

Input Schema

NameRequiredDescriptionDefault
ownerYesOwner of the action (username or organization)
pathNoPath to the action.yml or action.yaml file (usually just 'action.yml')
refNoGit reference (branch, tag, or commit SHA, default: main)
repoYesRepository name of the action
tokenNoGitHub personal access token (optional)

Input Schema (JSON Schema)

{ "properties": { "owner": { "description": "Owner of the action (username or organization)", "type": "string" }, "path": { "description": "Path to the action.yml or action.yaml file (usually just 'action.yml')", "type": "string" }, "ref": { "description": "Git reference (branch, tag, or commit SHA, default: main)", "type": "string" }, "repo": { "description": "Repository name of the action", "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