add_todo
Create and manage a new to-do item in Things by specifying a title, notes, schedule, deadline, tags, checklist items, and project details for efficient task organization.
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 |