create_task
Create a new task in a Kaneo project by providing the project ID, title, description, priority, and status column. Use markdown for task details.
Instructions
Create a new task in a project
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Task title | |
| status | Yes | Column slug (e.g., "to-do", "in-progress", "done") | |
| priority | Yes | Task priority | |
| projectId | Yes | Project ID | |
| description | Yes | Task description (markdown supported) |