Read an AI Coach memo
read_ai_coach_noteRetrieve the Markdown content of a memo from AI Coach. Supports paginated reads for large memos and returns modifiedAt for safe subsequent writes.
Instructions
Read the Markdown body of one memo in AI Coach. Large memos come back in pieces: when 'truncated' is true, call again with offsetBytes set to offsetBytes + returnedBytes. Keep the returned modifiedAt and pass it as expectedModifiedAt when you later write to the same memo. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| locale | No | Display language hint (BCP 47). The dashboard view passes hostContext.locale through unchanged. | |
| noteId | Yes | A noteId returned by list / search. It is a path relative to the memo folder (`minutes.md` / `work/minutes.md`), not an absolute path. | |
| maxBytes | No | Maximum bytes to read in one call (both the default and the cap are 32768). | |
| offsetBytes | No | Byte offset to start reading from. Use it to read the rest when truncated is true. |
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 |