Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
ACT_BINNoPath to the act binary (default: act)act

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_workflowsA

List .github/workflows/*.yml files and their job names

run_jobA

Run a specific job via act -j , returns exitCode and captured logs

get_logsA

Return cached stdout+stderr from the most recent run_job call

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool targets a distinct action: listing workflows, running a job, and retrieving logs. There is no functional overlap between them.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern using snake_case: list_workflows, run_job, get_logs. No deviations.

Tool Count5/5

Three tools is within the typical well-scoped range (3-15) and each tool serves a necessary and clear purpose in the workflow.

Completeness5/5

The tool set covers the full lifecycle for the server's domain: listing available workflows, executing a job, and retrieving results. No obvious gaps are present.

Maintenance

ActivityStale
ResponsivenessNo issues