task_add
Add a new task with a required title and optional details like description, status, project, schedule, and tags.
Instructions
添加一个新任务。标题为必填,其他字段可选。tag_ids 用于关联标签。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | 任务标题(必填) | |
| status | No | 初始状态,默认为 not_started(未开始) | |
| tag_ids | No | 关联的标签ID列表 | |
| end_time | No | 结束时间(ISO 8601 格式) | |
| project_id | No | 所属项目ID | |
| start_time | No | 开始时间(ISO 8601 格式) | |
| description | No | 任务描述 |