hivemind_query
hivemind_query
Search events with semantic search and structured filters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
| query | string | No | Semantic search text |
| channel | string | No | Filter by channel |
| event_type | string | No | Filter by event type |
| since | string | No | ISO 8601 datetime lower bound |
| until | string | No | ISO 8601 datetime upper bound |
| limit | number | No | Max results (default 20, max 100) |
Example
hivemind_query(
query: "authentication decisions",
channel: "backend",
limit: 5
)
Returns events ranked by semantic similarity to your query text. Combine with filters to narrow results.