Cron Expression Builder
build_cronConvert natural language schedule descriptions into cron expressions for automated task scheduling. Provides expression, human-readable confirmation, and next run times.
Instructions
Convert natural language schedule descriptions into cron expressions. Examples: 'every weekday at 9am', 'first Monday of each month at noon', 'every 5 minutes'. Returns the expression, human-readable confirmation, and next 5 run times.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Natural language schedule description | |
| timezone | No | Timezone for context | UTC |