Skip to main content
Glama
yzheeng

apple-reminders-mcp-server

by yzheeng

list_reminders

List current incomplete reminders with their IDs, optionally filtered by start and end time. Use to view, modify, delete, or complete reminders.

Instructions

当用户想查看、修改、删除或完成提醒前,用它列出当前未完成提醒及其 id。 用户提到时间范围时通过 start/end 参数缩小范围。

Args: start: 时间范围起点,格式 YYYY-MM-DD HH:MM,可选。例如「今天」用今天 00:00, 「本周」用本周一 00:00。仅在用户提到时间范围时传入。 end: 时间范围终点,格式 YYYY-MM-DD HH:MM,可选。例如「今天」用今天 23:59, 「未来三天」用第三天的 23:59。 include_undated: 是否一并返回没有截止时间的提醒,默认 False; 仅在传了 start 或 end 时生效。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
endNo
startNo
include_undatedNo
Behavior3/5

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

No annotations provided, so description must cover behavior. It clarifies that only uncompleted reminders are listed and explains parameter effects. However, it does not disclose rate limits, authentication needs, or return format details beyond mentioning ids.

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 concise with two paragraphs and a parameter list. The purpose is front-loaded, and every sentence serves a clear purpose. No fluff.

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 simple list tool with 3 optional params, the description covers use case and parameter semantics well. It lacks explicit output schema info, but mentions returning ids and uncompleted reminders. Could improve by stating that no output schema is provided.

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

Parameters5/5

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

Schema description coverage is 0%, so the description fully explains parameters: date formats, example values, conditions for use (e.g., include_undated only when start/end given). This adds significant value beyond the schema.

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 clearly states the tool lists uncompleted reminders for viewing, modifying, deleting, or completing. It explicitly distinguishes from siblings by focusing on uncompleted reminders and includes id retrieval.

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 says when to use (before viewing/modifying/deleting/completing) and when to use time range filtering. It implies not for completed reminders, but does not explicitly name list_completed_reminders as alternative.

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/yzheeng/apple-reminders-mcp-server'

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