Skip to main content
Glama

set_reminders

Replace a task's reminders with specified ISO 8601 datetimes, or clear them with an empty list.

Instructions

Replace a task's reminders with the given ISO 8601 datetimes. Empty list clears them.

Nothing else about the task changes. On v1 that costs an extra request: its update endpoint is a replace, and the task has to be read and written back whole. On v2 it is a single partial update.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_idYes
remindersYes

Schema Changelog

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

  1. First observedv1.2.0

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 burden of behavioral disclosure. It states that reminders are replaced, empty list clears them, and no other task fields are affected. It also usefully reveals the v1 vs v2 request-cost difference, which is beyond what the schema conveys.

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 compact and front-loaded with the core action, followed by the clear-list behavior and the version-specific request implications. Every sentence adds value without redundancy.

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?

Despite lacking annotations and an output schema, the description covers the main behavior, side effects, and version-specific costs. It does not mention return values, permissions, or error conditions, but the tool is simple enough that these omissions are minor.

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?

The input schema only gives names and types, so the description adds essential meaning: reminders must be ISO 8601 datetime strings, the list replaces existing reminders, and an empty array clears them. The task_id parameter is not elaborated, but its purpose is evident from the name and context.

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 ('Replace') and resource ('a task's reminders'), and precisely defines behavior including that an empty list clears reminders. This clearly distinguishes it from generic update_task and other sibling tools.

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 makes the use case clear: modify or clear a task's reminders without changing any other task fields. It does not explicitly name an alternative tool or state when not to use it, but the scope is unambiguous.

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/aichholzer/altiplano'

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