add-task
Enables adding tasks to a Todo.txt file with structured details like priority, contexts, and projects using a specified input format.
Instructions
Add a new task to the todo list. Description must be plain text. Priority must be a single uppercase letter (A-Z). Contexts must start with @, projects with +.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| contexts | No | ||
| description | Yes | ||
| extensions | No | ||
| priority | No | ||
| projects | No |