search_tasks
Search tasks in ClickUp by query, tags, status, assignees, or date range. Filter out closed tasks or those without start dates.
Instructions
タスクを検索します。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | タグでフィルタ | |
| query | No | 検索クエリ | |
| team_id | No | チームID(省略時は環境変数のTEAM_IDを使用) | |
| statuses | No | ステータスでフィルタ | |
| assignees | No | 担当者でフィルタ | |
| start_date_gt | No | 開始日がこの日付より後のタスクを検索 (YYYY-MM-DD) | |
| start_date_lt | No | 開始日がこの日付より前のタスクを検索 (YYYY-MM-DD) | |
| exclude_closed | No | Closedステータスのタスクを除外する | |
| exclude_no_start_date | No | 開始日が未設定のタスクを除外する |