create_task
Add new tasks to Systemonomic projects with configurable automation modes for structured workflow management.
Instructions
Create a new task in a project.
Args: project_id: The project to add the task to name: Task name description: Optional task description mode: One of: manual, semi-auto, auto (default: manual)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| name | Yes | ||
| description | No | ||
| mode | No | manual |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |