search_issues
Search for issues and pull requests across GitHub repositories
Purpose
This skill provides access to the MCP tool search_issues. It allows you to search for issues and pull requests across github repositories.
Parameters
The tool accepts the following parameters:
q
Required
- Type:
string - Description: No description provided
order
Optional
- Type:
string - Description: No description provided
- Allowed values: asc, desc
page
Optional
- Type:
number - Description: No description provided
per_page
Optional
- Type:
number - Description: No description provided
sort
Optional
- Type:
string - Description: No description provided
- Allowed values: comments, reactions, reactions-+1, reactions--1, reactions-smile, reactions-thinking_face, reactions-heart, reactions-tada, interactions, created, updated
Usage Instructions
To use this tool:
- Prepare the parameters according to the schema above
- Invoke the MCP tool
search_issueswith the prepared parameters - Process the result returned by the tool
Example
{
"q": "example_value",
"order": "example_value",
"page": 123,
"per_page": 123,
"sort": "example_value"
}
Notes
- This skill requires an active MCP connection to the server providing the
search_issuestool - Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors