Create User-Owned Zero Task
create_user_owned_taskCreate a user-owned task in ZeroHrs with title, description, status, priority, and due date. Use when a user explicitly asks to save a task.
Instructions
OpenClaw-compatible Zero task creation. Call only after the user explicitly asks to save the task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| status | No | ||
| due_date | No | ||
| priority | No | ||
| description | Yes |