List AI Coach memos
list_ai_coach_notesList AI Coach memos newest first, with note ID, title, modified time, and excerpt. Filter by group or show ungrouped memos only.
Instructions
List the user's memos in AI Coach, newest first. Returns each memo's noteId, title, last modified time, size, group and a short excerpt — not the full body. Memos can be organised into groups (one level); pass 'group' to list just one group, or an empty string for ungrouped memos only. Use read_ai_coach_note to get the body. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Limit to this group only. An empty string means ungrouped memos only. Omit for all memos. | |
| limit | No | Number of memos to return (default 50, max 200). | |
| locale | No | Display language hint (BCP 47). The dashboard view passes hostContext.locale through unchanged. | |
| offset | No | How many memos to skip from the top, ordered by most recently updated. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| hits | No | ||
| note | No | ||
| error | No | ||
| notes | No | ||
| total | No | ||
| groups | No | ||
| offset | No | ||
| deleted | No | ||
| written | No | ||
| updatedAt | Yes | ||
| connection | Yes | ||
| folderName | No | ||
| protocolVersion | Yes |