Skip to main content
Glama
chainwright

automation-health-mcp

by chainwright

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_jobsA

List scheduled jobs (launchd on macOS, systemd on Linux) with exit status.

Args: prefix: only return jobs whose label starts with this string, e.g. "com.mycompany." to skip the operating system's own jobs.

find_failing_jobsA

Return only the scheduled jobs whose last run exited with an error.

check_log_freshnessA

Report logs that have not been written to recently.

A daily job whose log is 26 hours old has not run. This is the cheapest liveness check available and it requires no instrumentation.

check_recent_errorsA

Scan the tail of recently-written logs for error signatures.

Only recent files and only their last lines, so that failures fixed last week do not keep reappearing in the report.

check_endpointA

Check an integration by its payload, not its status code.

Set require_json_path to the part of the response that proves the integration is alive — for example "data" for a list of connected accounts. An endpoint returning HTTP 200 with an empty list is a disconnected integration, and this is the check that catches it.

find_stale_placeholdersA

Find functions marked TODO that still return a hardcoded value.

Catches the reporting function that reads its input file, ignores it, and returns the constant it was seeded with during development.

auditA

Run every check and return one prioritised report.

This is the tool to call first. It answers: what on this machine is broken right now and nobody has been told?

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

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/chainwright/automation-health-mcp'

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