create_task
Create a validated task with title, optional description, status, and due date, automatically generating an audit event for transactional integrity.
Instructions
Create one validated task and its audit event atomically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | todo | |
| due_date | No | ||
| description | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||