create_list
Create a shareable task list by entering a title, then add tasks manually or use AI to generate them from a prompt. Set an expiration date up to 30 days.
Instructions
Create a new shareable task list. Can use AI to generate tasks or accept manual tasks.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | No | Array of tasks (use this OR ai_generate, not both) | |
| title | Yes | Title of the task list | |
| ai_prompt | No | Prompt for AI task generation (required if ai_generate is true) | |
| ai_generate | No | Set to true to use AI to generate tasks based on ai_prompt | |
| expires_in_days | No | Number of days until the list expires (default: 7, max: 30) |