list_task_boards
List existing task boards to find and join an ongoing project, avoiding duplicate creation.
Instructions
List the user's existing task boards, so you can join one instead of creating a duplicate.
Call this at session start when the user refers to ongoing work ("keep going on the choir firmware") and you don't already have the project id.
Returns:
dict with boards: [{slug, project, title, url, created_at,
updated_at}], and the schema URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||