pipeline_watch
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_workflow_runA | Fetch a single GitHub Actions workflow run. |
| get_job_logsA | Fetch the raw log text for a single job of a workflow run. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools target entirely distinct resources: workflow run metadata versus job log text. There is no overlap or ambiguity in their purposes.
Both tools follow the same get_<resource> snake_case pattern, with clear nouns (workflow_run, job_logs). The naming is perfectly consistent.
With only two tools, the server feels thin but not unreasonable for a narrowly focused watch-only utility. It is at the borderline of acceptable scope.
The server can fetch a single run by ID and its job logs, but there is no way to list workflow runs or jobs. An agent would need to already know the run_id, making discovery impossible and creating a significant dead end.