Search AI Coach memos
search_ai_coach_notesSearch AI Coach memos by title or body text, filter by group, and get matching snippets with group context. Use to locate specific notes without browsing everything.
Instructions
Search the user's AI Coach memos by title and body text (case-insensitive substring). Returns matching memos with a snippet around the hit and the group each one belongs to. Pass 'group' to search inside one group only, or an empty string to search only ungrouped memos. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | No | Search inside this group only. An empty string means ungrouped memos only. Omit to search all memos. | |
| limit | No | Number of hits to return (default 20, max 50). | |
| query | Yes | Term matched case-insensitively against memo titles and body text. | |
| locale | No | Display language hint (BCP 47). The dashboard view passes hostContext.locale through unchanged. |
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 |