get_today_tasks
Fetch today's To-Do list for a specific user in a team. Provide team ID and user ID; optionally specify a date to retrieve tasks for that day.
Instructions
指定ユーザーの今日のToDoリストを取得する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | チームID | |
| user_id | Yes | ユーザーID | |
| date | No | 日付(YYYY-MM-DD)。省略時は今日(JST) |