Skip to main content
Glama
shenwell

stillonline-mcp

by shenwell

Update Check

checks.update

Update a StillOnline check to pause or resume monitoring, rename it, or change the probe interval after deployment or infrastructure changes.

Instructions

Update a StillOnline check. Use this to pause or resume monitoring, rename a check, or change its probe interval after deploy or infrastructure changes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoOptional new display name for this check.
enabledNoSet true to resume monitoring or false to pause this check.
check_idYesStillOnline check ID returned by checks.list or checks.create.
interval_secondsNoOptional new probe interval in seconds. Availability depends on the account plan.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkYesStillOnline check object, including identifiers, URL, enabled state, interval, and latest probe status fields returned by the REST API.
Behavior3/5

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

Annotations already indicate it's a write operation (readOnlyHint=false) and non-destructive. The description adds use-case context (pause/resume, rename, interval change) but does not disclose additional behavioral traits like rate limits or side effects beyond what annotations provide.

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?

The description is two sentences with no fluff: first sentence states core action, second lists use cases. It is front-loaded and every word earns its place.

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

Completeness4/5

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

Given there is an output schema (so return details not needed), the description covers the main purpose and usage scenarios. It could mention that interval availability depends on plan, but overall it is sufficiently complete for an agent to decide when and how to use the tool.

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?

Schema coverage is 100%, so baseline is 3. The description adds meaning by mapping parameters to real-world scenarios (pause/resume -> enabled, rename -> name, interval -> interval_seconds) and provides context ('after deploy or infrastructure changes') not present in the schema.

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 clearly states 'Update a StillOnline check' with specific verb and resource, and differentiates from sibling tools like checks.create and checks.delete by specifying update operations: pause/resume, rename, change interval.

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?

The description says 'after deploy or infrastructure changes,' providing clear context for when to use the tool. It does not explicitly state when not to use it, but the context and sibling tool names imply alternatives.

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/shenwell/stillonline-mcp'

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