Skip to main content
Glama

GitHub Action Trigger MCP Server

by nextDriveIoE

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

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