Tool details
Playground
Input schema
input-schema.json
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Search issues or pull requests across GitHub repositories with query qualifiers
| Field | Value |
|---|---|
| Name | github__search_issues_and_pull_requests |
| Group | Integrations |
{
"type": "object",
"properties": {
"q": {
"type": "string",
"description": "Required GitHub search query. For organization activity, use org:<ORG> author:<USER> created:<START>..<END> and include exactly one type qualifier: is:issue or is:pr (is:pull-request)."
},
"sort": {
"type": "string",
"description": "Sort by comments, reactions, interactions, created, or updated"
},
"order": {
"type": "string",
"description": "Sort order: desc or asc"
},
"per_page": {
"type": "number",
"description": "Results per page (max 100)"
},
"page": {
"type": "number",
"description": "Page number for pagination"
}
},
"required": [
"q"
],
"description": "Input schema for the github__search_issues_and_pull_requests tool."
}