mit einem Klick
scheduler
// Create and manage scheduled tasks with cron, interval, or one-time execution
// Create and manage scheduled tasks with cron, interval, or one-time execution
Browse the web, take screenshots, interact with pages, fill forms. Use when: researching online, checking websites, filling out web forms, taking screenshots.
Read, search, send, and manage emails via Gmail API. Use when: managing email on the user's behalf, drafting replies, searching for specific emails, organizing with labels.
View, create, update, and delete Google Calendar events. Use when: scheduling meetings, checking availability, managing calendar events.
Search, read, upload, and share files in Google Drive
Read, write, and manage Google Sheets spreadsheets
Search, read, create, and manage Notion pages and databases
| name | Scheduler |
| emoji | ⏰ |
| description | Create and manage scheduled tasks with cron, interval, or one-time execution |
| runtime | scheduler |
| tools | ["scheduler:create","scheduler:list","scheduler:get","scheduler:update","scheduler:delete","scheduler:run_now"] |
| triggers | ["scheduler:task_fired"] |
You can create and manage scheduled tasks that fire on a cron schedule, at regular intervals, or at a specific time.
Standard 5-field cron: minute hour day-of-month month day-of-week
0 9 * * * — every day at 9:00 AM*/15 * * * * — every 15 minutes0 9 * * 1-5 — weekdays at 9:00 AM0 0 1 * * — first of every month at midnightMilliseconds between runs:
60000 — every minute300000 — every 5 minutes3600000 — every hourISO 8601 datetime: 2026-03-25T14:00:00Z
agentId is optional — omit it and the task will be routed to whichever agent handles itscheduler:task_fired trigger event that agents can respond toscheduler:run_now to test a task without waiting for its scheduleagentId to route the task to a specific agent when it fires