create_todo
Add a new todo for the authenticated user with optional due date and goal ID. Automatically uses today's date in Asia/Seoul when no date is specified.
Instructions
Create a todo for the authenticated user. Date defaults to today in Asia/Seoul.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| day | No | ||
| content | Yes | ||
| goal_id | No |