Skip to main content
Glama
ni-c

healthchecks-mcp

by ni-c

Get instance status

get_status
Read-onlyIdempotent

Check whether the Healthchecks service is reachable and its database responds. Use this status check first to diagnose connectivity issues before deeper troubleshooting.

Instructions

Checks that the configured Healthchecks instance is reachable and its database is answering. Needs no API key, so it is the tool to try first when something is not working.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesTrue only when the answer was exactly "OK".
answerYesUp to 4 kB of whatever replied.
sourceNo
instanceYes
untrustedNoPresent only when the instance answered something else.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.2.0

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate readOnly, idempotent, and non-destructive behavior. The description adds meaningful behavioral context beyond that: it is an unauthenticated reachability/database check against the configured instance, which is helpful for selecting it as a first diagnostic step. No contradiction observed.

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?

Two sentences, front-loaded with the tool's job and followed by the key usage/auth fact. Every sentence earns its place with no repetition of the schema or annotations.

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

Completeness5/5

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

For a 0-parameter status check with an output schema and robust readOnly/idempotent annotations, the description fully covers what an agent needs: what is checked, auth expectations, and when to use it. Nothing significant is missing.

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

Parameters4/5

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

There are zero parameters, so the baseline is 4. The description reinforces that no API key or arguments are required, which removes any temptation to supply credentials or filters. There is nothing else to document.

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 states a specific verb ('checks') and a clear resource: the configured Healthchecks instance's reachability and database responsiveness. It distinguishes itself from siblings by noting no API key is required, so an agent can recognize this as the connectivity/status probe rather than a data or mutation tool.

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

Usage Guidelines4/5

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

It explicitly gives the usage context: 'try first when something is not working' and notes no API key is needed. It does not name specific sibling alternatives or exclusion cases, but the guidance is clear enough for a 0-parameter status tool.

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

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/ni-c/healthchecks-mcp'

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