create_tag
Create a new tag for task categorization. Define name, color, parent tag, and sort order to organize tasks hierarchically.
Instructions
Create a new tag.
[Category: Tags] [Auth: V2]
[Related: list_tags, update_tag, rename_tag, delete_tag]
Args:
name: Tag name/label.
color: Hex color, e.g. "#FF6B6B".
parent: Parent tag name (for nested/hierarchical tags).
sort_type: "project", "dueDate", "title", or "priority".Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| color | No | ||
| parent | No | ||
| sort_type | No |