Skip to main content
Glama

reminders.update_reminder

Update an existing Apple Reminder by modifying its title, dates, notes, priority, or completion status, and optionally move it to a different list.

Instructions

Update an existing reminder.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reminder_idYesReminder identifier.
list_idNoMove the reminder to another list (list must be writable).
titleNoReminder title.
startNoStart date/time (ISO-8601 datetime or YYYY-MM-DD).
clear_startNoClear start.
dueNoDue date/time (ISO-8601 datetime or YYYY-MM-DD).
clear_dueNoClear due.
notesNoReminder notes.
clear_notesNoClear notes.
urlNoReminder url.
clear_urlNoClear url.
priorityNoPriority (0-9; 0 means none).
clear_priorityNoClear priority (reset to 0).
completedNoSet completion status (true/false).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

With no annotations, the description carries the full burden but only says 'Update'. It does not disclose that this is a partial update (fields not mentioned are left unchanged), or explain the behavior of clear_* fields. The agent is left to infer from parameter names.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise at 4 words, front-loading the core action. However, it sacrifices necessary detail; a slightly longer description would be warranted for a tool with 14 parameters.

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

Completeness2/5

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

Given the complexity (14 parameters with clear_* fields and an output schema not shown), the description is too sparse. It fails to explain the update mechanics, such as that unspecified fields remain unchanged, leaving the agent underinformed.

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%, so baseline 3. The description adds no further explanation of parameter semantics beyond the schema, such as the meaning of clear_* flags or the interaction between setting a value and clearing it.

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 'Update an existing reminder' clearly states the action (update) and the resource (existing reminder). It distinguishes the tool from sibling tools like create_reminder and delete_reminder.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool vs. alternatives (e.g., create_reminder for new items) or any prerequisites. There is no mention of when not to use it.

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/zish-rob-crur/nucleus-apple-mcp'

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