create_agent_schedule
Create recurring social media reports on a daily, weekly, monthly, or one-time schedule with email and Slack notifications.
Instructions
Create a recurring Rolli Agent report that runs on a cron-like cadence (daily, weekly, monthly, or one-time) with optional email and Slack notifications.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | User-friendly name | |
| question | Yes | The recurring question for the agent | |
| recurrence_type | Yes | Schedule cadence | |
| recurrence_time | Yes | Time of day in HH:MM format (e.g., "09:00") | |
| recurrence_timezone | Yes | IANA timezone (e.g., "America/New_York") | |
| starts_at | Yes | ISO 8601 timestamp when the schedule becomes active | |
| recurrence_day_of_week | No | 0–6 for weekly schedules (0 = Sunday) | |
| recurrence_day_of_month | No | 1–31 for monthly schedules | |
| ends_at | No | ISO 8601 timestamp when the schedule stops | |
| available_credits | No | Reasoning effort for each run: 1=low, 2=medium (default), 3=high, 4=max | |
| mode | No | Investigation mode (default: trend_briefing) | |
| time_window | No | Time window per run (default: 7d) | |
| platforms | No | Platforms to search | |
| max_post | No | Posts per platform per run (default: 50) | |
| notify_email | No | Email address for run notifications | |
| notify_slack_webhook | No | Slack webhook URL | |
| notify_slack_channel_id | No | Slack channel ID | |
| slack_bot_token | No | Slack bot token | |
| slack_team_id | No | Slack workspace ID | |
| slack_team_name | No | Slack workspace name |