Skip to main content
Glama

GitHub Action Trigger MCP Server

by nextDriveIoE

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

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