task_smart_add
Add tasks with intelligent parsing of priority, due dates, projects, and tags. Accepts optional parameters for precise task management.
Instructions
Add a task with intelligent parsing of priority, due dates, projects, and tags
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | Yes | Task description | |
| project | No | Project name (optional) | |
| priority | No | Priority: H(igh), M(edium), L(ow) | |
| due | No | Due date (e.g., "today", "tomorrow", "2024-01-15") | |
| tags | No | Tags for the task |