add_project
Create and organize projects in the Things app by specifying title, notes, schedule, deadline, tags, area, and initial todos for efficient task management.
Instructions
Create a new project in Things
Args: title: Title of the project notes: Notes for the project when: When to schedule the project deadline: Deadline for the project tags: Tags to apply to the project area_id: ID of area to add to area_title: Title of area to add to todos: Initial todos to create in the project
Input Schema
Name | Required | Description | Default |
---|---|---|---|
area_id | No | ||
area_title | No | ||
deadline | No | ||
notes | No | ||
tags | No | ||
title | Yes | ||
todos | No | ||
when | No |