search_semantic
Optional. Meaning-based search over the user's past messages.
Use when get_context isn't enough — e.g. the user asks about something
specific from before. source (optional) restricts to one platform
label as saved (e.g. "ChatGPT", "Claude", "Cursor"). limit optional
(default 10, max 25).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | Yes | ||
| source | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| inbox | No | ||
| message | No | ||
| results | No | ||
| instruction | No | ||
| upgrade_url | No |