list_completed_reminders
Retrieve completed reminders filtered by completion date range. Use to review or tally past accomplishments, such as completed tasks within a specific period.
Instructions
查询「已完成」的提醒事项。当用户想统计/回顾过去做了什么时用它 (例如「过去一周我完成了几场面试」)。按「完成时间」过滤,不是截止时间。
Args: start: 完成时间范围起点,格式 YYYY-MM-DD HH:MM,可选。例如「过去一周」 用 7 天前的 00:00。建议总是传一个起点,避免一次拉回过多历史。 end: 完成时间范围终点,格式 YYYY-MM-DD HH:MM,可选。例如「过去一周」 用今天 23:59。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| start | No |