Task API Server
by milkosten
createTask
Input Schema
Name | Required | Description | Default |
---|---|---|---|
category | Yes | Task category (e.g., 'Development', 'Documentation') | |
priority | No | Task priority level (defaults to 'medium' if not specified) | |
status | No | Initial task status (defaults to 'not_started' if not specified) | |
task | Yes | The task description or title |