search_issues
Find GitHub issues by searching free-text terms in titles and bodies, ranked by relevance. Use when you don't know the issue number.
Instructions
Free-text search over issue titles and bodies in the configured repository, ranked by relevance. Use for questions where you don't know the issue number. Subject to a stricter rate limit than list_issues -- prefer list_issues when you can filter structurally.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| limit | No | Maximum results in this page. | |
| query | Yes | Free-text search terms. | |
| state | No | Filter by issue state. | all |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| count | No | Number of items in this page, not the total available. | |
| items | No | ||
| notes | No | ||
| backend | Yes | ||
| has_more | No | ||
| next_page | No | ||
| fetched_at | Yes |