list_dummy_notes
Retrieve a list of synthetic meeting notes with metadata like title, difficulty, and status, to get note IDs for generating or comparing meeting minutes.
Instructions
교육 패키지에 포함된 합성 비정형 회의 메모 목록을 조회합니다.
회의록 작업의 출발점입니다. 여기서 얻은 note_id를 다른 모든 도구에 넘깁니다.
Returns:
NoteListResponse: notes[]에 note_id, 제목, 난이도(초급/중급/고급),
줄 수, 글자 수, 그리고 has_minutes(이미 회의록을 저장한 메모인지)와
minutes_saved_utc(저장본의 마지막 수정 시각, 없으면 null)가 담깁니다.
has_minutes가 True인 메모는 저장 시 덮어쓰기가 되므로,
next_actions에 diff_minutes_against_saved가 함께 제시됩니다.
Examples: - 사용: "어떤 더미 메모가 있나요?" - 사용: "이미 회의록을 만든 메모가 있나요?" - 사용하지 않음: 이미 note_id를 알고 있고 원문이 필요할 때 → read_meeting_note
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| notes | Yes | ||
| stage | Yes | 회의록 워크플로에서 지금 위치한 단계 | |
| status | Yes | 이 호출의 결과 상태 | |
| next_actions | No | 이어서 호출하면 좋은 도구 목록 |