preview_save_summary
Preview the final file path and summary content before saving, and receive an approval token without writing the file.
Instructions
요약문을 저장하기 전에 최종 파일 경로와 내용을 미리 보여주고 승인 토큰을 발급합니다. 파일을 쓰지 않습니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | 한계·미확인 사항 등 비고 | |
| title | Yes | 요약 제목. 파일명에도 쓰입니다 | |
| sources | Yes | 요약에 사용한 원문 경로 목록 | |
| subfolder | No | 요약을 넣을 하위 폴더 이름 | |
| summary_markdown | Yes | 모델이 작성한 요약 본문(마크다운) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stage | Yes | 문서 요약·정리 흐름에서 지금 위치한 단계 | |
| status | Yes | 이 호출의 결과 상태 | |
| reminder | Yes | ||
| target_path | Yes | ||
| next_actions | No | 이어서 호출하면 좋은 도구 목록 | |
| content_chars | Yes | ||
| already_exists | Yes | ||
| approval_token | Yes | ||
| content_preview | Yes |