create_tag
Create new tags in OmniFocus to organize tasks by context, location, energy level, or workflow states. Supports nested tags for hierarchical organization.
Instructions
Create a new tag in OmniFocus.
Tags (formerly 'contexts') represent contexts for doing work — location, tools, energy level, people, or workflow states. Tags can be nested (e.g., create "High" under parent "Energy" to get "Energy : High").
Args: name: The name of the tag to create parent_tag: Optional parent tag name for nesting (e.g., "Energy" to create "Energy : High"). Parent tag must already exist.
Returns: Success message with tag ID and name
Raises: ValueError: If a tag with the same name already exists
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| parent_tag | No |