DocsToolsReminders

Reminders

Tool set: timersDefault: Disabled

Create one exact reminder using either a relative delay or an absolute future time.

Tools

ToolDescription
set_timerCreate a one-time reminder
list_timersList waiting, running, approval-pending, and dispatched reminders
cancel_timerCancel a reminder that has not started

Timing

InputContract
delay_minutesGreater than zero and at most 43,200 minutes
fire_atFuture ISO 8601 time with Z or an explicit UTC offset

Actions

ActionConfig
run_prompt{ prompt }
create_task{ tabId?, title, description?, status?, priority? }
send_email{ to, subject, body }
fire_webhook{ url, payload? }

Email and webhook reminders use the timer safety policy and require approval by default. Approved direct actions resume from their captured snapshot; outbound tools inside a prompt run are blocked when approval would be required.

Reliability

The delay resolves once to an absolute fire time. Stable occurrence keys prevent duplicate claims, status reflects approval waits and dispatched prompt jobs, and a bounded watchdog fails only a reminder stranded in the running state.

Limits

LimitValue
Active reminders per agent50
Maximum relative delay30 days