get_note_transcript
Fetch the complete transcript of a LINE WORKS AiNote meeting note, with utterances formatted as [time] speaker: statement. Optionally limit the number of blocks returned with max_blocks.
Instructions
ノートの文字起こし全文を取得する。
1 時間の会議で数十 KB になる。要約で足りる場合は get_note_summary を使うこと。
発言は `[時刻] 話者: 発言` の形に整形して返す。
Args:
note_id: ノートID。
max_blocks: 返す発言ブロックの上限。省略すると全件。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note_id | Yes | ||
| max_blocks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||