get_note_summary
Retrieve AI-generated summary and participant list for a meeting note. Use this to quickly grasp note contents when summaries exist; fall back to full transcript if summary is unavailable.
Instructions
ノートの AI 要約と参加者を取得する。文字起こし全文は含まない。
ノートの内容を知りたい場合はまずこれを使う。要約で足りない場合にのみ
get_note_transcript で全文を取得する。transcriptBlocks は文字起こしの
発言ブロック数で、全文を取る際の max_blocks の目安になる。
要約はノートの作成者が AiNote 上でテンプレートを選んで生成するもの。
summaries が空の場合は作成者が要約を生成していないので、内容を知るには
get_note_transcript で全文を読む。
Args:
note_id: ノートID。list_notes または search_notes の結果から得る。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||