Search mnemons
search_mnemonsFull-text search across mnemon titles, tags, and body content (case-insensitive substring). Prefer this over list_mnemons when looking for entries by what they contain — e.g. "what do we know about the Red Oracle?". Each hit reports which fields matched (title/tags/content) and up to 3 body snippets; a snippet's blockId is the same block id get_mnemon returns, so you can target the matched block directly in update_mnemons_content. Only content visible to the current user is searched. Returns at most limit hits (default 20, max 50) plus hasMore.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| type | No | Mnemon type filter (NPC, Location, Quest, …). | |
| limit | No | Maximum results (default 20). | |
| query | Yes | Text to find (case-insensitive substring) in mnemon titles, tags, and body content. | |
| campaignId | Yes | ID of the campaign. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| idMap | Yes | ||
| hasMore | Yes | ||
| results | Yes |