search_events
Find past events by keyword in summaries and notes. Returns matching event types and timestamps, helping you locate a logged issue or decision before repeating it.
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. | |
| project | No | Which project this call is about — a registered id, alias, or absolute path (e.g. 'ossdrop'). Omit it when the server was started for a single repo, or when an active project is set with `pjm project use`. Call list_projects to see the registered names. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |