Skip to main content
Glama

GitHub Action Trigger MCP Server

by nextDriveIoE

get_github_action

Retrieve detailed information about a GitHub Action, including inputs and requirements, by specifying owner, repo, and action file path. Integrates with GitHub Action Trigger MCP Server for streamlined workflow management.

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" }

Other Tools from GitHub Action Trigger MCP Server

Related Tools

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/nextDriveIoE/github-action-trigger-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server