iyke_todo_create
Create a project-scoped todo with title, body, tags, assignee, and optional blocker to mark dependent tasks.
Instructions
Create a project-scoped todo. Tags are free-form strings; assignee is a free-form name (agent or user). Set blocker_id to mark this todo as blocked by another.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| tags | No | ||
| scope | No | ||
| title | Yes | ||
| assignee | No | ||
| blocker_id | No |