check_time_reminders
Check for due or upcoming reminders within a specified time window to help users stay on track with scheduled tasks and deadlines.
Instructions
Check for due or upcoming time reminders
Input Schema
Name | Required | Description | Default |
---|---|---|---|
upcomingMinutes | No | Check for reminders due within this many minutes (default: 60) |
Input Schema (JSON Schema)
{
"properties": {
"upcomingMinutes": {
"description": "Check for reminders due within this many minutes (default: 60)",
"type": "integer"
}
},
"type": "object"
}