1
00:00:00,000 --> 00:00:06,267
Step 1. Integration demo: this labeled test panel calls the real app handlers, not a native assistant UI.

2
00:00:06,267 --> 00:00:11,433
Step 1. In normal use, a compatible browser assistant must expose these optional tools.

3
00:00:11,433 --> 00:00:16,467
Step 2. list_tasks reads saved task details and IDs without changing them.

4
00:00:16,467 --> 00:00:22,267
Step 3. create_task accepts a title plus optional notes, list, priority, and due date.

5
00:00:22,267 --> 00:00:27,533
Step 3. Run create_task. The actual app saves the new task and shows All tasks.

6
00:00:27,533 --> 00:00:33,833
Step 4. set_task_completed uses a task ID and true or false to complete or reopen it.

7
00:00:33,833 --> 00:00:39,733
Step 5. Verify the checked task in the app. Without tool support, use the normal task interface.
