Create tasks
tasks_createAdd a task. Assign it to the agent and it can pick the task up itself
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| due | No | Optional deadline, RFC3339 or 2006-01-02 15:04 | |
| title | Yes | What is to be done | |
| detail | No | Anything the doer needs to know: context, links, constraints | |
| assignee | No | me (default) or agent — assign to the agent and it can pick the task up |