Skip to main content
Glama
lockround

GitHub Actions MCP Server

by lockround

trigger-workflow

Trigger GitHub Actions workflows by dispatching workflow_dispatch events with custom inputs on any branch or tag. Start CI/CD runs directly from your MCP server.

Instructions

Trigger a GitHub Actions workflow via workflow_dispatch event.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
refYesBranch or tag ref to run the workflow on
repoYesRepository name
ownerYesRepository owner
inputsNoKey-value inputs configured in the workflow_dispatch event
workflow_idYesWorkflow ID (number) or filename (e.g. ci.yml)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden for behavioral disclosure. It implies a write/async trigger but does not state whether it waits for completion, requires workflow_dispatch permission, has rate limits, or whether a run is returned. These are material gaps for a mutation tool.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is one precise sentence with no filler and the core action is front-loaded. Every word earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has no annotations and no output schema, so the description should cover trigger behavior, expectations, and outcomes. It only covers the action itself, leaving the agent without details about side effects, return values, or prerequisites beyond the parameter schema.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents all five parameters and their meanings. The description adds no parameter-specific information, meriting the baseline score of 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description names a specific verb ('Trigger'), a resource ('GitHub Actions workflow'), and the mechanism ('via workflow_dispatch event'). This cleanly differentiates it from trigger-repository-dispatch without needing to inspect the schema.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

There is no guidance on when to use this tool versus alternatives like trigger-repository-dispatch, cancel-workflow-run, or list-workflows. The description only states what it does, leaving selection entirely to inference.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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/lockround/github-actions-mcp'

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