tocaro_search_tasks
Search tasks in a specified ToDo list by filtering on keyword, status, priority, or updated date. Get sorted, paginated results to quickly locate and review project tasks.
Instructions
指定した ToDoリスト(project)配下のタスクを検索する。
project('tr' + 9文字のプロジェクトコード)は必須。tocaro_list_todo_lists で取得する。 last_updated_after(ISO 8601 文字列)を指定すると page / per_page / sort / direction は 無視され、更新日時の昇順で全件が返る点に注意。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| query | No | ||
| status | No | ||
| project | Yes | ||
| per_page | No | ||
| priority | No | ||
| direction | No | ||
| last_updated_after | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||