Skip to main content
Glama

NudgeBell

Pause a reminder

pause_reminder

Stop a reminder and cancel its pending steps, keeping the reminder and its history intact. Reversible — the user resumes it from the NudgeBell dashboard. This is the DEFAULT way to stop a reminder: prefer it over cancel_reminder unless the user explicitly asked to delete it or stop it permanently.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reminder_idYesThe reminder's id.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden. It discloses that the reminder and history remain intact, that the action is reversible from the NudgeBell dashboard, and that pending steps are canceled. This paints a clear non-destructive, reversible picture, though it does not cover permissions or edge cases like pausing an already-paused reminder.

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 with no waste: the first front-loads the action and effect, the second adds reversibility and usage guidance. Every sentence 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?

For a one-parameter tool with no output schema and no annotations, the description covers purpose, behavior, and selection criteria. It does not discuss return values or errors, but those are not essential for this simple operation, and the default/reversible guidance is strong.

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?

The schema already describes reminder_id fully (100% coverage), so the baseline is 3. The description adds no additional parameter meaning, but none is needed for this simple single-parameter tool.

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?

States a specific action ('Stop a reminder and cancel its pending steps') and explicitly differentiates from cancel_reminder by calling itself reversible and the default. An agent can distinguish it from cancel_reminder without opening the schema.

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

Usage Guidelines5/5

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

Directly instructs to prefer this tool over cancel_reminder unless the user explicitly asked to delete or stop permanently. This is an explicit when-to-use and when-not-to-use guideline, leaving no ambiguity.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources