initialize_task
Creates a new task with a detailed description, optional initial checklist, and metadata for structured task management. Enables AI agents to handle complex tasks systematically.
Instructions
Creates a new task with the specified description and optional initial checklist items.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| context_for_all_tasks | No | Information that all tasks in the checklist should include | |
| initial_checklist | No | Optional initial checklist items | |
| metadata | No | Optional metadata for the task | |
| task_description | Yes | A medium-level detailed description about the whole task |