Skip to main content
Glama

pause_monitor

Idempotent

Stop alerting for a monitor while still receiving pings. Pause notifications to silence non-critical periods without losing monitoring data.

Instructions

Pause a LastPing monitor so it stops alerting (paused=true). The monitor still receives pings but does not alert.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesMonitor UUID.

Schema Changelog

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

  1. First observed

TDQS

A3.8/5.0
Behavior4/5

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

Annotations already state readOnly=false, idempotent=true, and destructive=false. The description adds valuable behavioral context by explaining the paused=true state, that pings continue to be received, and that alerting ceases—useful beyond the annotations and no contradiction.

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 short sentences with the key action and effect front-loaded. Every clause earns its place; no filler or redundant restatement of the tool name.

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?

For a single-parameter, no-output-schema tool with annotations covering safety and idempotence, the description is largely complete. The only notable gap is not placing pause in relation to the sibling snooze/resume tools, but an agent can still invoke it correctly with the given information.

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

Parameters3/5

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

Schema coverage is 100% and the only parameter, id, is already documented as a Monitor UUID. The description does not add extra param detail, so the baseline 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly identifies the action (pause a LastPing monitor) and the intended effect (stops alerting, paused=true). It distinguishes from destructive actions like delete_monitor, though it doesn't explicitly contrast with snooze_monitor, so it falls just short of full sibling differentiation.

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

Usage Guidelines3/5

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

The usage context is implied: use when you want the monitor to keep receiving pings but stop alerting. However, no alternative tools are named, and there is no explicit when-not-to-use guidance such as comparing with snooze_monitor or resume_monitor.

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/tp322d/lastping-app'

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