jp_lit_update_session_trace
Record or update a research session log with goal, scope, source selection reasons, open questions, and next actions to maintain an audit trail of investigation progress.
Instructions
write: session trace。session_id で明示した調査セッション全体に、調査目的・確認範囲・source 選択理由・未確認事項・次アクションを追記または更新する。検索結果や選択候補そのものではなく、調査経過と判断の台帳を残すための tool。候補単位の採否メモは jp_lit_annotate_session を使う
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope_note | No | 調査範囲、除外範囲、確認済み範囲の説明。 | |
| session_id | Yes | 調査案件を識別する application state handle。jp_lit_start_session が返した値を渡す。形式は YYYY-MM-DD-HHMMSS-8桁hex(旧形式 YYYY-MM-DD-HHMMSS も可)。MCP transport の接続IDや cache_key とは別物。 | |
| next_actions | No | 次に取るべき調査アクション。 | |
| source_plans | No | source ごとの利用予定・利用済み・保留・除外理由。 | |
| research_goal | No | 指定した調査セッション全体の目的。 | |
| open_questions | No | 未解決の確認事項。 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes | ||
| updated_at | Yes | ||
| next_action_count | Yes | ||
| source_plan_count | Yes | ||
| open_question_count | Yes |