list_notes
Get AI meeting notes newest first, returning title, creation date, and audio length. Use the noteId from the result to fetch summaries or transcripts.
Instructions
AiNote のノート一覧を新しい順に取得する。要約も文字起こしも含まない。
タイトル・作成日時・音声の長さのみを返す。内容を読むには、
ここで得た noteId を get_note_summary に渡す。
Args:
count: 取得件数。既定 20。
cursor: 前回の応答の nextCursor。次ページを取得する場合に指定する。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | No | ||
| cursor | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||