add_task
Create a new task with a title, description, priority, optional due date, and tags to organize your knowledge base.
Instructions
Create a new task.
Args: title: Short task title. description: Detailed description of what needs to be done. priority: One of "low", "medium", "high", or "urgent". due_date: Optional due date in ISO format (YYYY-MM-DD). tags: Optional list of tags.
Returns: The newly created task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| due_date | No | ||
| priority | No | medium | |
| description | No |