outline_document
Get a document's structure, headings, length, and key sentences to decide which sections to read before opening the full text.
Instructions
문서를 열어 구조(구역·제목·분량)와 키워드를 돌려줍니다. 전문을 읽기 전에 어디를 읽을지 고를 때 씁니다.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | 문서 절대 경로 | |
| keypoint_limit | No | 대표 문장 개수 |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| path | Yes | ||
| stage | Yes | 문서 요약·정리 흐름에서 지금 위치한 단계 | |
| status | Yes | 이 호출의 결과 상태 | |
| headings | Yes | ||
| keywords | Yes | ||
| metadata | Yes | ||
| segments | Yes | ||
| warnings | Yes | ||
| char_count | Yes | ||
| next_actions | No | 이어서 호출하면 좋은 도구 목록 | |
| segment_count | Yes | ||
| machine_keypoints | Yes | 빈도 기반으로 고른 대표 문장. AI 요약이 아니라 '어디를 읽을지' 힌트입니다. |