search_repositories
Search for GitHub repositories
Purpose
This skill provides access to the MCP tool search_repositories. It allows you to search for github repositories.
Parameters
The tool accepts the following parameters:
query
Required
- Type:
string - Description: Search query (see GitHub search syntax)
page
Optional
- Type:
number - Description: Page number for pagination (default: 1)
perPage
Optional
- Type:
number - Description: Number of results per page (default: 30, max: 100)
Usage Instructions
To use this tool:
- Prepare the parameters according to the schema above
- Invoke the MCP tool
search_repositorieswith the prepared parameters - Process the result returned by the tool
Example
{
"query": "example_value",
"page": 123,
"perPage": 123
}
Notes
- This skill requires an active MCP connection to the server providing the
search_repositoriestool - Ensure the MCP server is properly configured and running before attempting to use this tool
- Review the parameter requirements carefully to avoid errors