Skip to main content
Glama
nguyenhuy158

healthchecksio-mcp

by nguyenhuy158

Pause check

pause_check

Pause monitoring for a Healthchecks.io check using its UUID, temporarily stopping alerts and status updates while keeping the check intact.

Instructions

Pause monitoring for a check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
uuidYes
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It states the action but omits details about reversibility (though resume_check implies it), side effects on ongoing monitoring, permission requirements, or error behavior. This is insufficient 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.

Conciseness4/5

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

The description is a single, clear sentence with zero wasted words. However, it is so terse that it omits critical usage and behavioral context, which slightly detracts from its structural effectiveness compared to examples that balance brevity with necessary details.

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

Completeness3/5

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

For a simple tool with one required parameter and no output schema, the description is minimally viable: it states the action and resource. Yet it fails to mention the reversible nature (resume_check exists), when to use it, or potential side effects, leaving clear completeness gaps even for a low-complexity tool.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the parameter 'uuid'. The description does not explicitly link the uuid to the check identifier nor explain its format or purpose, adding no semantic value beyond the schema's raw property definition.

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 uses a specific verb 'pause' and identifies the resource as 'monitoring for a check', making the tool's purpose immediately clear. It also distinguishes itself from siblings like resume_check (opposite action) and update_check (modifying check settings).

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?

The description provides no guidance on when to use this tool versus alternatives, such as resume_check or update_check. No context is given about prerequisites, scheduling, or scenarios where pausing is appropriate.

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/nguyenhuy158/healthchecksio-mcp'

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