add_todo
Create and organize tasks in the Things app by specifying details like title, notes, schedule, deadline, tags, and checklist items. Easily assign tasks to projects or headings for structured task management.
Instructions
Create a new todo in Things
Args: title: Title of the todo notes: Notes for the todo when: When to schedule the todo (today, tomorrow, evening, anytime, someday, or YYYY-MM-DD) deadline: Deadline for the todo (YYYY-MM-DD) tags: Tags to apply to the todo checklist_items: Checklist items to add list_id: ID of project/area to add to list_title: Title of project/area to add to heading: Heading title to add under heading_id: Heading ID to add under (takes precedence over heading)
Input Schema
Name | Required | Description | Default |
---|---|---|---|
checklist_items | No | ||
deadline | No | ||
heading | No | ||
heading_id | No | ||
list_id | No | ||
list_title | No | ||
notes | No | ||
tags | No | ||
title | Yes | ||
when | No |