strety_create_todo
Create a new todo in Strety with title, description, due date, priority, and assignee. Returns the created todo with its ID.
Instructions
Create a new todo in Strety. Returns the created todo with its ID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the todo (required) | |
| assignee | No | Assignee name (partial match, e.g., 'Brent' or 'isaac') | |
| due_date | No | Due date in ISO 8601 format (e.g., '2026-02-15') | |
| priority | No | Priority level | |
| description | No | Description text for the todo |