Create a Zentra task
zentra_task_createCreate a task on Zentra's production board, specifying the project tag, task type, priority, status, and an optional parent task or epic.
Instructions
Creates a task on Zentra's production task board. tag identifies the project this task belongs to — infer it from your own working directory and always pass it explicitly; any text works, not just a fixed set of known projects. type defaults to TASK; use parentId to link a BUG/TASK to an EPIC or a SUBTASK to a TASK.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tag | No | Project this task belongs to, e.g. the repository or product name — any text is accepted. Required in practice — omitting it fails the call with a clear error — but declared optional at the schema level so that failure comes from `requireTag` with the exact documented message, not a generic schema-validation error. | |
| type | No | Defaults to TASK. | |
| title | Yes | ||
| status | No | Initial status. Defaults to TODO. | |
| parentId | No | Parent task id: an EPIC for a BUG/TASK, or a TASK for a SUBTASK. | |
| priority | No | Defaults to MEDIUM. | |
| description | No |