jp_lit_list_sessions
List and filter past research sessions by date, trace presence, selected candidates, or source to review history and find sessions to resume.
Instructions
read-only。過去の調査セッションを新しい順または作成日順に一覧し、trace や選別済み候補の有無、source、日付範囲で絞り込む。検索語を覚えていない調査履歴の棚卸しや再開候補探しに使う。特定語で探す場合は jp_lit_find_sessions を使う。session や cache は変更しない
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | 返すセッション件数。最大 100。 | |
| updated_from | No | updated_at の下限 ISO datetime。 | |
| updated_to | No | updated_at の上限 ISO datetime。 | |
| created_from | No | created_at の下限 ISO datetime。 | |
| created_to | No | created_at の上限 ISO datetime。 | |
| has_trace | No | 調査目的・source plan・次アクションなど trace を持つセッションだけに絞る。 | |
| has_selected | No | 選別済み候補を持つセッションだけに絞る。 | |
| source | No | 結果を特定 source に絞る。未指定の場合は tool ごとの既定動作に従う。 | |
| sort_by | No | セッション一覧の並び替え項目。 | updated_at |
| sort_order | No | セッション一覧の並び順。desc は新しい順。 | desc |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | Yes | ||
| total | Yes | ||
| sort_by | Yes | ||
| sort_order | Yes | ||
| filters | Yes | ||
| items | Yes |