weeek_create_task
Create WEEEK tasks directly by name or ID—no prior ID lookup. Accepts natural-language due dates and optional assignee; self-assigns when omitted.
Instructions
Create a WEEEK task. Accepts project/column/assignee by NAME or id, and a natural-language due date. One call — no need to look up ids first. Omit assignee to self-assign (WEEEK assigns the token owner); pass a member name/id to assign someone else. Reassigning an existing task is not supported by the WEEEK public API — set the assignee at creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | ||
| title | Yes | ||
| column | No | ||
| project | Yes | ||
| assignee | No | ||
| description | No |