create_schedule
Set up cron-based schedules to automatically generate content like changelogs or blog posts from selected repositories, with optional auto-publishing.
Instructions
Create a content generation schedule using a cron-style daily, weekly, or monthly trigger
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Schedule name (1-120 characters) | |
| enabled | Yes | Whether the schedule is active | |
| targets | Yes | Repositories the schedule should target | |
| outputType | Yes | Type of content to generate | |
| sourceType | Yes | Schedule trigger type | |
| autoPublish | No | Whether to auto-publish generated content (default false) | |
| outputConfig | No | Optional publishing and voice settings | |
| sourceConfig | Yes | Cron trigger configuration | |
| lookbackWindow | No | Time window for gathering data before generation (default: last_7_days) |