create_task
Add a new task to an org-mode section with automatic ID generation, duplicate detection, and timestamp management. Provide a fully formatted task entry.
Instructions
Create a new task in a section. Provide the complete org-formatted task entry with PROPERTIES drawer and subsections. The :ID: property is auto-generated if not provided. Always search for duplicates before creating. CREATED and MODIFIED timestamps are managed automatically. For format specifications, read emacs-org://guide/task-format.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes | Section to add the task to | |
| task_entry | Yes | Complete task in org format with heading, PROPERTIES drawer (:CUSTOM_ID: required, :ID: optional), and subsections (*** Description, *** Task items [/], etc.). Example: '** TODO GH-123 Task\n:PROPERTIES:\n:CUSTOM_ID: task-gh-123\n:END:\n\n*** Task items [/]\n- [ ] item' |