GitHub MCP Server Plus

search_issues

Search for GitHub issues and pull requests across repositories using filters like sort order, reactions, and pagination to pinpoint relevant results efficiently.

Instructions

Search for issues and pull requests across GitHub repositories

Input Schema

NameRequiredDescriptionDefault
orderNo
pageNo
per_pageNo
qYes
sortNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "order": { "enum": [ "asc", "desc" ], "type": "string" }, "page": { "minimum": 1, "type": "number" }, "per_page": { "maximum": 100, "minimum": 1, "type": "number" }, "q": { "type": "string" }, "sort": { "enum": [ "comments", "reactions", "reactions-+1", "reactions--1", "reactions-smile", "reactions-thinking_face", "reactions-heart", "reactions-tada", "interactions", "created", "updated" ], "type": "string" } }, "required": [ "q" ], "type": "object" }

You must be authenticated.

Other Tools from GitHub MCP Server Plus

Related Tools

ID: qmvm4mx87p