search_activities
Find past activities like commits, PRs, and tickets by keyword matches in titles and content. Use for concrete terms such as 'deploy decision' or 'retry strategy'.
Instructions
Keyword search (FTS5) over activity titles and content. Use this for concrete terms and phrases like 'deploy decision' or 'retry strategy'. Prefer this over semantic_search_activities for keyword-shaped queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | ||
| tag | No | Filter matches by enrichment tag (e.g. bugfix, decision, incident) | |
| limit | No | ||
| query | Yes | Keywords to search for in titles and content | |
| start | No | ||
| source | No |