tascan_reply_with_list
Reply to a task list WITH a task list — the two-way tasking primitive. Creates a new list linked into the parent's thread, aimed back at whoever sent the original (e.g. "Grant access — pick a window" with response_type date, or an info request with response_type text). The org gets pinged; the thread shows in both the worker portal and Simple Mode. Use tascan_get_thread-style follow-up via tascan_list_projects/tascan_get_report to read answers.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tasks | Yes | Items the recipient answers — each becomes a typed task | |
| title | Yes | Reply list title (e.g. "Before I can start...") | |
| author_name | No | Who is replying (shown in the thread) | |
| parent_list_id | Yes | The list being replied to |