tasks_create
Create a task in a project with optional assignee, tags, priority, due date, and description. Returns a dashboard URL for tracking.
Instructions
Create a new task in a project. Optionally assign it to a collaborator by their email. The response includes a dashboard URL — always show it to the user.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags for categorization (optional) | |
| title | Yes | Title of the task | |
| due_date | No | Due date in ISO format (optional) | |
| priority | No | Priority level (default: medium) | |
| space_id | No | Space UUID to link this task to (optional) | |
| project_id | No | Project UUID to create the task in | |
| description | No | Detailed description of the task (optional) | |
| project_name | No | Project name to create the task in (alternative to project_id) | |
| assignee_email | No | Email of a collaborator to assign this task to (optional) |