search_events
Search logged events by plain-text query to find matching event summaries with type and timestamp. Case-insensitive substring matching against summaries and notes.
Instructions
Plain-text search across all logged events.
Token-efficient alternative to get_summary when you only need events
matching a keyword. Returns matching event summaries with type and
timestamp.
Read-only. Case-insensitive substring matching against each event's
summary and notes. Empty result returns a friendly message, not an
error.Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of matching events to return (most recent first). Defaults to 10. Recommended range: 1-100. | |
| query | Yes | Case-insensitive substring matched against each event's summary and notes. Plain text only — no regex or boolean operators. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |