Skip to main content
Glama

NudgeBell

List the user's reminders

list_reminders

List the account's reminders with their next trigger time, how far the current escalation chain has got, and whether the user has acknowledged. Use this to answer 'what am I being reminded about?' or to find the id of a reminder before cancelling or pausing it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax reminders to return. 1-100, default 50.
statusNoOnly return reminders in this state. Omit for all.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral disclosure burden. It clearly states that the operation returns information rather than mutating anything, and it discloses the key output dimensions: trigger time, escalation chain state, and acknowledgement. It does not cover ordering or edge cases, but the essential behavior is transparent.

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 filler. The first sentence front-loads the resource and returned fields; the second adds practical 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 list tool with optional filters and no output schema, the description adequately conveys what data will be returned and how to use it. It omits ordering or empty-result behavior, but those are minor gaps given the simple, well-schematized parameters.

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 description coverage is 100%, so the schema already documents both parameters with types, ranges, defaults, and enum meanings. The description adds no parameter-specific detail, making baseline 3 appropriate.

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 ('List') and resource ('account's reminders'), then names the returned fields: next trigger time, escalation chain progress, and acknowledgement status. It also ties the tool to concrete user questions, making its purpose unambiguous relative to create/cancel/pause siblings.

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 gives explicit use cases: answering 'what am I being reminded about?' and finding a reminder id before cancelling or pausing. It does not name sibling tools or state when not to use them, but the context strongly implies this is the read-only listing entry point.

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